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:
+1
-1
Submodule lib/crashpad updated: ec99257868...432ff49ecc
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user