Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(727)

Unified Diff: android_webview/browser/aw_browser_terminator.cc

Issue 2833893002: [Android WebView] Trigger minidump uploading on renderer crash. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698