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

Unified Diff: base/test/test_suite.cc

Issue 542893002: Add trace-to-file support for base::TestSuite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows, take 3 Created 6 years, 3 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 | « base/test/test_suite.h ('k') | base/test/trace_to_file.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_suite.cc
diff --git a/base/test/test_suite.cc b/base/test/test_suite.cc
index c7a921aacafcea7535d23eafabdc1dbb60f5d823..45b02f965fbdecc89cf639d77220f8f10744d48f 100644
--- a/base/test/test_suite.cc
+++ b/base/test/test_suite.cc
@@ -337,6 +337,8 @@ void TestSuite::Initialize() {
#endif // !defined(OS_IOS)
TestTimeouts::Initialize();
+
+ trace_to_file_.BeginTracingFromCommandLineOptions();
}
void TestSuite::Shutdown() {
« no previous file with comments | « base/test/test_suite.h ('k') | base/test/trace_to_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698