From 47b6956be9e9f504b283dd0cd0690576eb6b94ab Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 25 Oct 2021 23:14:40 +0400 Subject: [PATCH] Update crashpad to a new revision. --- Telegram/SourceFiles/core/crash_reports.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Telegram/SourceFiles/core/crash_reports.cpp b/Telegram/SourceFiles/core/crash_reports.cpp index 98abb5589..cbea96be2 100644 --- a/Telegram/SourceFiles/core/crash_reports.cpp +++ b/Telegram/SourceFiles/core/crash_reports.cpp @@ -350,11 +350,12 @@ void StartCatching(not_null launcher) { if (crashpad_client.StartHandler( base::FilePath(handler), base::FilePath(database), - std::string(), + {}, // metrics_dir + std::string(), // url ProcessAnnotations, - std::vector(), - false)) { - crashpad_client.UseHandler(); + std::vector(), // arguments + false, // restartable + false)) { // asynchronous_start } #endif // else for MAC_USE_BREAKPAD #elif defined Q_OS_UNIX