mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update crashpad to a new revision.
This commit is contained in:
parent
df8708ef1e
commit
47b6956be9
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue