diff options
Diffstat (limited to 'content/app')
-rw-r--r-- | content/app/content_main_runner.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc index 33bb2a3..f59f177 100644 --- a/content/app/content_main_runner.cc +++ b/content/app/content_main_runner.cc @@ -671,6 +671,7 @@ class ContentMainRunnerImpl : public ContentMainRunner { command_line.GetSwitchValueASCII(switches::kTraceStartup)); base::debug::TraceLog::GetInstance()->SetEnabled( category_filter, + base::debug::TraceLog::RECORDING_MODE, base::debug::TraceLog::RECORD_UNTIL_FULL); } #if !defined(OS_ANDROID) |