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

Unified Diff: content/app/content_main_runner.cc

Issue 12302036: Add a mode flag to the tracing framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. 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
« no previous file with comments | « content/app/android/library_loader_hooks.cc ('k') | content/browser/android/tracing_intent_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/content_main_runner.cc
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
index ce1f5c9a2e6bd236c4b88f6d70d02447a06f98de..cfe320a9efc2eddfb9f52bb6b7e93ef74980d56e 100644
--- a/content/app/content_main_runner.cc
+++ b/content/app/content_main_runner.cc
@@ -636,7 +636,8 @@ class ContentMainRunnerImpl : public ContentMainRunner {
// ignored.
if (command_line.HasSwitch(switches::kTraceStartup)) {
base::debug::TraceLog::GetInstance()->SetEnabled(
- command_line.GetSwitchValueASCII(switches::kTraceStartup));
+ command_line.GetSwitchValueASCII(switches::kTraceStartup),
+ base::debug::TraceLog::RECORD_UNTIL_FULL);
}
#if defined(OS_MACOSX) && !defined(OS_IOS)
« no previous file with comments | « content/app/android/library_loader_hooks.cc ('k') | content/browser/android/tracing_intent_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698