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

Unified Diff: runtime/vm/service_isolate.cc

Issue 1170503004: Initial Timeline Events (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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
Index: runtime/vm/service_isolate.cc
diff --git a/runtime/vm/service_isolate.cc b/runtime/vm/service_isolate.cc
index 9ff38ef9cc19714c08278a4c450ce213aee49e17..912d1bb2f54bb0abc28243fd266911851a18cbda 100644
--- a/runtime/vm/service_isolate.cc
+++ b/runtime/vm/service_isolate.cc
@@ -637,6 +637,8 @@ class RunServiceTask : public ThreadPool::Task {
return;
}
+ isolate->RemoveTimelineEventBuffer();
+
Thread::ExitIsolate();
ServiceIsolate::ConstructExitMessageAndCache(isolate);

Powered by Google App Engine
This is Rietveld 408576698