Update crashpad to a new revision.

This commit is contained in:
John Preston 2021-10-25 23:14:40 +04:00
parent df8708ef1e
commit 47b6956be9

View file

@ -350,11 +350,12 @@ void StartCatching(not_null<Core::Launcher*> launcher) {
if (crashpad_client.StartHandler( if (crashpad_client.StartHandler(
base::FilePath(handler), base::FilePath(handler),
base::FilePath(database), base::FilePath(database),
std::string(), {}, // metrics_dir
std::string(), // url
ProcessAnnotations, ProcessAnnotations,
std::vector<std::string>(), std::vector<std::string>(), // arguments
false)) { false, // restartable
crashpad_client.UseHandler(); false)) { // asynchronous_start
} }
#endif // else for MAC_USE_BREAKPAD #endif // else for MAC_USE_BREAKPAD
#elif defined Q_OS_UNIX #elif defined Q_OS_UNIX