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

Unified Diff: runtime/vm/dart.cc

Issue 2300343004: Turn off trace_shutdown flag for Windows (Closed)
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart.cc
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
index 196e7b4adee23a21560450b1e663a9b21c93b670..05d8d14635bb590b09914e57dc9fe40734efc756 100644
--- a/runtime/vm/dart.cc
+++ b/runtime/vm/dart.cc
@@ -41,11 +41,7 @@ DECLARE_FLAG(bool, print_class_table);
DECLARE_FLAG(bool, trace_time_all);
DEFINE_FLAG(bool, keep_code, false,
"Keep deoptimized code for profiling.");
-#if defined(TARGET_OS_WINDOWS)
-DEFINE_FLAG(bool, trace_shutdown, true, "Trace VM shutdown on stderr");
-#else
DEFINE_FLAG(bool, trace_shutdown, false, "Trace VM shutdown on stderr");
-#endif // defined(TARGET_OS_WINDOWS)
Isolate* Dart::vm_isolate_ = NULL;
int64_t Dart::start_time_ = 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698