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(
base::FilePath(handler),
base::FilePath(database),
std::string(),
{}, // metrics_dir
std::string(), // url
ProcessAnnotations,
std::vector<std::string>(),
false)) {
crashpad_client.UseHandler();
std::vector<std::string>(), // arguments
false, // restartable
false)) { // asynchronous_start
}
#endif // else for MAC_USE_BREAKPAD
#elif defined Q_OS_UNIX