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

Unified Diff: runtime/bin/main.cc

Issue 2775463002: Make --trace-loading great again. (Closed)
Patch Set: Created 3 years, 9 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 | « runtime/bin/gen_snapshot.cc ('k') | runtime/bin/vmservice/loader.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 112459019c6719c85254a2f7c218f0c02e380505..7e2cecb8aa2e354ce43ee852f76acaa03252464e 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -917,7 +917,8 @@ static Dart_Isolate CreateIsolateAndSetupHelper(bool is_main_isolate,
// If this is the service isolate, load embedder specific bits and return.
bool skip_library_load = isolate_run_app_snapshot;
if (!VmService::Setup(vm_service_server_ip, vm_service_server_port,
- skip_library_load, vm_service_dev_mode)) {
+ skip_library_load, vm_service_dev_mode,
+ trace_loading)) {
*error = strdup(VmService::GetErrorMessage());
return NULL;
}
« no previous file with comments | « runtime/bin/gen_snapshot.cc ('k') | runtime/bin/vmservice/loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698