From 4c531e909b175e087f0b3adc6d2f46ce614dc228 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sun, 22 May 2016 21:56:39 +0900 Subject: [PATCH] Update breakpad to lastest master --- atom/common/crash_reporter/win/crash_service.cc | 4 +++- vendor/breakpad | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/atom/common/crash_reporter/win/crash_service.cc b/atom/common/crash_reporter/win/crash_service.cc index b3499bc0954..4563a9202a3 100644 --- a/atom/common/crash_reporter/win/crash_service.cc +++ b/atom/common/crash_reporter/win/crash_service.cc @@ -440,10 +440,12 @@ DWORD CrashService::AsyncSendDump(void* context) { // termination of the service object. base::AutoLock lock(info->self->sending_); VLOG(1) << "trying to send report for pid = " << info->pid; + std::map file_map; + file_map[L"upload_file_minidump"] = info->dump_path; google_breakpad::ReportResult send_result = info->self->sender_->SendCrashReport(info->self->reporter_url_, info->map, - info->dump_path, + file_map, &report_id); switch (send_result) { case google_breakpad::RESULT_FAILED: diff --git a/vendor/breakpad b/vendor/breakpad index 4ee7e1a703d..c566c50d81f 160000 --- a/vendor/breakpad +++ b/vendor/breakpad @@ -1 +1 @@ -Subproject commit 4ee7e1a703d066861b7bf6fce28526f8ed07dcd6 +Subproject commit c566c50d81f7b1edeaee9f11f5d07bda858d6b64