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

Unified Diff: runtime/vm/service/running_isolate.dart

Issue 1100583006: Add crash dumps to service protocol and Observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/running_isolate.dart
diff --git a/runtime/vm/service/running_isolate.dart b/runtime/vm/service/running_isolate.dart
index 3dd4839675cd57b80bef44181849e9cc27ed47c7..48eec0d95c503cd408bbc0271253620a56de8b70 100644
--- a/runtime/vm/service/running_isolate.dart
+++ b/runtime/vm/service/running_isolate.dart
@@ -11,6 +11,8 @@ class RunningIsolate implements MessageRouter {
RunningIsolate(this.portId, this.sendPort, this.name);
+ String get serviceId => 'isolates/$portId';
+
Future<String> route(Message message) {
// Send message to isolate.
return message.send(sendPort);

Powered by Google App Engine
This is Rietveld 408576698