Index: content/app/android/library_loader_hooks.cc |
diff --git a/content/app/android/library_loader_hooks.cc b/content/app/android/library_loader_hooks.cc |
index b412c3abfee18f616556db3d8399421164a4731c..075752a41291b554d08e57f5df509075be701a81 100644 |
--- a/content/app/android/library_loader_hooks.cc |
+++ b/content/app/android/library_loader_hooks.cc |
@@ -92,6 +92,7 @@ static jint LibraryLoaded(JNIEnv* env, jclass clazz, |
base::debug::CategoryFilter category_filter( |
command_line->GetSwitchValueASCII(switches::kTraceStartup)); |
base::debug::TraceLog::GetInstance()->SetEnabled(category_filter, |
+ base::debug::TraceLog::RECORDING_MODE, |
base::debug::TraceLog::RECORD_UNTIL_FULL); |
} |