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

Unified Diff: chromecast/android/cast_crash_keys_android.h

Issue 923263004: Enable crash keys for cast shell on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | chromecast/android/cast_crash_keys_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/android/cast_crash_keys_android.h
diff --git a/chromecast/android/cast_crash_keys_android.h b/chromecast/android/cast_crash_keys_android.h
new file mode 100644
index 0000000000000000000000000000000000000000..c06de4a9de7ca562b678816f2d0b1cd4e9391951
--- /dev/null
+++ b/chromecast/android/cast_crash_keys_android.h
@@ -0,0 +1,22 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROMECAST_ANDROID_CAST_CRASH_KEYS_ANDROID_H_
gunsch 2015/02/17 17:20:29 let's rename this file to be: 1) in chromecast/cr
kjoswiak 2015/02/17 20:03:29 Done.
+#define CHROMECAST_ANDROID_CAST_CRASH_KEYS_ANDROID_H_
+
+#include "base/debug/crash_logging.h"
+
+namespace chromecast {
+namespace crash_keys {
+
+size_t RegisterCastCrashKeys();
+
+extern const char kCurrentApp[];
+extern const char kLastApp[];
+extern const char kPreviousApp[];
+
+} // namespace chromecast
+} // namespace crash_keys
+
+#endif // CHROMECAST_ANDROID_CAST_CRASH_KEYS_ANDROID_H_
« no previous file with comments | « no previous file | chromecast/android/cast_crash_keys_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698