diff --git a/atom/common/crash_reporter/crash_reporter_mac.mm b/atom/common/crash_reporter/crash_reporter_mac.mm index 0790d45d41..0e6635cafb 100644 --- a/atom/common/crash_reporter/crash_reporter_mac.mm +++ b/atom/common/crash_reporter/crash_reporter_mac.mm @@ -64,10 +64,12 @@ void CrashReporterMac::InitBreakpad(const std::string& product_name, framework_bundle_path.Append("Resources").Append("crashpad_handler"); crashpad::CrashpadClient crashpad_client; + // Send all crash reports. + std::vector arguments = { "--upload-internal=0" }; if (crashpad_client.StartHandler(handler_path, database_path, submit_url, StringMap(), - std::vector())) { + arguments)) { crashpad_client.UseHandler(); } } // @autoreleasepool