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

Unified Diff: chromecast/crash/android/cast_crash_reporter_client_android.cc

Issue 923263004: Enable crash keys for cast shell on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed namespace 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 | « chromecast/crash/android/cast_crash_reporter_client_android.h ('k') | chromecast/crash/cast_crash_keys.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/crash/android/cast_crash_reporter_client_android.cc
diff --git a/chromecast/crash/android/cast_crash_reporter_client_android.cc b/chromecast/crash/android/cast_crash_reporter_client_android.cc
index 2137faeea9bfcbca9b9d243efbda5cc4a13c9006..41717f892f8addde369c70fc0e0f8cb04b330ebf 100644
--- a/chromecast/crash/android/cast_crash_reporter_client_android.cc
+++ b/chromecast/crash/android/cast_crash_reporter_client_android.cc
@@ -11,6 +11,7 @@
#include "chromecast/android/chromecast_config_android.h"
#include "chromecast/common/global_descriptors.h"
#include "chromecast/common/version.h"
+#include "chromecast/crash/cast_crash_keys.h"
#include "content/public/common/content_switches.h"
namespace chromecast {
@@ -55,6 +56,10 @@ bool CastCrashReporterClientAndroid::GetCrashDumpLocation(
return true;
}
+size_t CastCrashReporterClientAndroid::RegisterCrashKeys() {
+ return crash_keys::RegisterCastCrashKeys();
+}
+
bool CastCrashReporterClientAndroid::GetCollectStatsConsent() {
return android::ChromecastConfigAndroid::GetInstance()->CanSendUsageStats();
}
« no previous file with comments | « chromecast/crash/android/cast_crash_reporter_client_android.h ('k') | chromecast/crash/cast_crash_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698