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

Unified Diff: android_webview/crash_reporter/aw_microdump_crash_reporter.cc

Issue 2557143002: Revert of Do not generate a microdump if there are no webview pointers on the stack. (Closed)
Patch Set: Created 4 years 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/crash_reporter/aw_microdump_crash_reporter.cc
diff --git a/android_webview/crash_reporter/aw_microdump_crash_reporter.cc b/android_webview/crash_reporter/aw_microdump_crash_reporter.cc
index 9f507048f2b9d57f5e9829b43b413a52d91285fa..f8138424080bc10b75c8a4ab5b00b440e5e0efc1 100644
--- a/android_webview/crash_reporter/aw_microdump_crash_reporter.cc
+++ b/android_webview/crash_reporter/aw_microdump_crash_reporter.cc
@@ -154,10 +154,6 @@
breakpad::AddGpuFingerprintToMicrodumpCrashHandler(gpu_fingerprint);
}
-void SetWebViewTextAddrRange(uintptr_t start, uintptr_t end) {
- breakpad::SetNativeCodeTextAddrRange(start, end);
-}
-
bool DumpWithoutCrashingToFd(int fd) {
return g_crash_reporter_client.Pointer()->DumpWithoutCrashingToFd(fd);
}
« no previous file with comments | « android_webview/crash_reporter/aw_microdump_crash_reporter.h ('k') | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698