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

Unified Diff: content/browser/android/tracing_controller_android.h

Issue 874543003: Add support for TraceEvent before the native library is loaded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments, cleanup and a JNI unittest. Created 5 years, 9 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: content/browser/android/tracing_controller_android.h
diff --git a/content/browser/android/tracing_controller_android.h b/content/browser/android/tracing_controller_android.h
index 58e6b94d36bf2e694a2ef7b06c121233e43e8b80..e12f30e871e6a9904328a83993bf76614b055abe 100644
--- a/content/browser/android/tracing_controller_android.h
+++ b/content/browser/android/tracing_controller_android.h
@@ -19,6 +19,8 @@ class TracingControllerAndroid {
TracingControllerAndroid(JNIEnv* env, jobject obj);
void Destroy(JNIEnv* env, jobject obj);
+ static void SetupEarlyJavaTracing();
+
bool StartTracing(JNIEnv* env,
jobject obj,
jstring categories,

Powered by Google App Engine
This is Rietveld 408576698