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

Unified Diff: base/debug/trace_event_impl.h

Issue 12221047: Support JellyBean MR2 style of systrace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
Index: base/debug/trace_event_impl.h
diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h
index 58a44dabf0ef0c5665163bc27ab5436beb417c76..7e306e2a78f2532a1f4068242da1f7501e9eb4cd 100644
--- a/base/debug/trace_event_impl.h
+++ b/base/debug/trace_event_impl.h
@@ -209,7 +209,8 @@ class BASE_EXPORT TraceLog {
bool IsEnabled() { return !!enable_count_; }
#if defined(OS_ANDROID)
- static void InitATrace();
+ void StartATrace();
+ void StopATrace();
#endif
// Enabled state listeners give a callback when tracing is enabled or

Powered by Google App Engine
This is Rietveld 408576698