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:
dependabot[bot] 2023-06-16 20:11:01 +02:00 committed by GitHub
parent a045d3ee81
commit 36bc8e0520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit ec992578688b4c51c1856d08731cf7dcf10e446a Subproject commit 432ff49ecccc1cdebf1a7646007bb0594ac3481f

View file

@ -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;