mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Bump lib/crashpad from ec99257
to 432ff49
(#4688)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com> Co-authored-by: nerix <nerixdev@outlook.de>
This commit is contained in:
parent
a045d3ee81
commit
36bc8e0520
|
@ -1 +1 @@
|
||||||
Subproject commit ec992578688b4c51c1856d08731cf7dcf10e446a
|
Subproject commit 432ff49ecccc1cdebf1a7646007bb0594ac3481f
|
|
@ -79,8 +79,8 @@ std::unique_ptr<crashpad::CrashpadClient> installCrashHandler()
|
||||||
|
|
||||||
// See https://chromium.googlesource.com/crashpad/crashpad/+/HEAD/handler/crashpad_handler.md
|
// See https://chromium.googlesource.com/crashpad/crashpad/+/HEAD/handler/crashpad_handler.md
|
||||||
// for documentation on available options.
|
// for documentation on available options.
|
||||||
if (!client->StartHandler(handlerPath, databaseDir, {}, {}, {}, {}, true,
|
if (!client->StartHandler(handlerPath, databaseDir, {}, {}, {}, {}, {},
|
||||||
false))
|
true, false))
|
||||||
{
|
{
|
||||||
qCDebug(chatterinoApp) << "Failed to start crashpad handler";
|
qCDebug(chatterinoApp) << "Failed to start crashpad handler";
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
Loading…
Reference in a new issue