Chromium Code Reviews| Index: android_webview/browser/aw_browser_terminator.cc |
| diff --git a/android_webview/browser/aw_browser_terminator.cc b/android_webview/browser/aw_browser_terminator.cc |
| index 0088138c6d6003790afed9bea599f066b4e20ff0..faf50d954de64734d85d4e6847782e206656b045 100644 |
| --- a/android_webview/browser/aw_browser_terminator.cc |
| +++ b/android_webview/browser/aw_browser_terminator.cc |
| @@ -6,6 +6,7 @@ |
| #include <unistd.h> |
| +#include "android_webview/browser/aw_browser_process.h" |
| #include "android_webview/browser/aw_render_process_gone_delegate.h" |
| #include "android_webview/common/aw_descriptors.h" |
| #include "android_webview/common/crash_reporter/aw_microdump_crash_reporter.h" |
| @@ -85,6 +86,7 @@ void OnRenderProcessGoneDetail(int child_process_id, |
| } |
| } |
| } |
| + TriggerMinidumpUploading(); |
|
gsennton
2017/04/20 20:37:06
Oooh, another question for Toby: is the minidump f
Tobias Sargeant
2017/04/21 16:18:04
breakpad::CrashDumpManager is registered prior to
gsennton
2017/04/24 12:39:54
Thanks, I added a comment about this :) (please le
|
| } |
| } // namespace |