mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +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(
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue