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

Unified Diff: runtime/observatory/lib/src/app/application.dart

Issue 1756393002: Fix some service protocol isolate lifecycle races (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
Index: runtime/observatory/lib/src/app/application.dart
diff --git a/runtime/observatory/lib/src/app/application.dart b/runtime/observatory/lib/src/app/application.dart
index 644b65912cb20d2426e75cf0062dfdc76fdc44b0..6f58f24c28a038a908395ebc7de49c025d1fd8b6 100644
--- a/runtime/observatory/lib/src/app/application.dart
+++ b/runtime/observatory/lib/src/app/application.dart
@@ -109,6 +109,7 @@ class ObservatoryApplication extends Observable {
case ServiceEvent.kPauseBreakpoint:
case ServiceEvent.kPauseInterrupted:
case ServiceEvent.kPauseException:
+ case ServiceEvent.kPauseUntilRunnable:
turnidge 2016/03/03 17:15:01 We will never receive this event. Maybe make it i
Cutch 2016/03/03 19:22:00 Done.
removePauseEvents(event.isolate);
notifications.add(new Notification.fromEvent(event));
break;
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/debugger.dart » ('j') | runtime/observatory/lib/src/elements/debugger.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698