diff --git a/src/app/main.cpp b/src/app/main.cpp index 5d2fa201df9..4552e4b0e07 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -444,6 +444,7 @@ void startCrashpad(const AppInfo &appInfo, bool crashReportingEnabled) annotations["sha1"] = Core::Constants::IDE_REVISION_STR; #endif + CrashpadInfo::GetCrashpadInfo()->set_crashpad_handler_behavior(crashpad::TriState::kEnabled); if (HostOsInfo::isWindowsHost()) { // reduces the size of crash reports, which can be large on Windows CrashpadInfo::GetCrashpadInfo()