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

Unified Diff: android_webview/lib/main/aw_main_delegate.cc

Issue 902093003: [android-webview] Enable breakpad microdump crash reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@crash_refactor_for_webview
Patch Set: Fix aw_microdump_crash_reporter_disabled_in_android_builds Created 5 years, 10 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
« no previous file with comments | « android_webview/crash_reporter/aw_microdump_crash_reporter_disabled_in_android_builds.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/lib/main/aw_main_delegate.cc
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index 8ad76578ffb1c0075fea0c22ae30e09e34dbd058..5ff728aab1217916a18442b4f0a86114a0087613 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -7,6 +7,7 @@
#include "android_webview/browser/aw_content_browser_client.h"
#include "android_webview/browser/browser_view_renderer.h"
#include "android_webview/browser/scoped_allow_wait_for_legacy_web_view_api.h"
+#include "android_webview/crash_reporter/aw_microdump_crash_reporter.h"
#include "android_webview/lib/aw_browser_dependency_factory_impl.h"
#include "android_webview/native/aw_assets.h"
#include "android_webview/native/aw_media_url_interceptor.h"
@@ -113,6 +114,8 @@ void AwMainDelegate::PreSandboxStartup() {
// cpu_brand info.
base::CPU cpu_info;
#endif
+
+ crash_reporter::EnableMicrodumpCrashReporter();
}
void AwMainDelegate::SandboxInitialized(const std::string& process_type) {
« no previous file with comments | « android_webview/crash_reporter/aw_microdump_crash_reporter_disabled_in_android_builds.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698