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

Unified Diff: base/android/java_exception_reporter.h

Issue 2667263002: android: Move JavaExceptionReporter to base (Closed)
Patch Set: maindex Created 3 years, 11 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: base/android/java_exception_reporter.h
diff --git a/base/android/java_exception_reporter.h b/base/android/java_exception_reporter.h
new file mode 100644
index 0000000000000000000000000000000000000000..ae34a9ddb5aa3fcab5302c74baa55f6f62bd0788
--- /dev/null
+++ b/base/android/java_exception_reporter.h
@@ -0,0 +1,23 @@
+// 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 BASE_ANDROID_JAVA_EXCEPTION_REPORTER_H_
+#define BASE_ANDROID_JAVA_EXCEPTION_REPORTER_H_
+
+#include <jni.h>
+
+#include "base/base_export.h"
+
+namespace base {
+namespace android {
+
+// Install the exception handler. This should only be called once per process.
+BASE_EXPORT void InitJavaExceptionReporter();
+
+bool RegisterJavaExceptionReporterJni(JNIEnv* env);
+
+} // namespace android
+} // namespace base
+
+#endif // BASE_ANDROID_JAVA_EXCEPTION_REPORTER_H_
« no previous file with comments | « base/android/java/src/org/chromium/base/JavaExceptionReporter.java ('k') | base/android/java_exception_reporter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698