Index: runtime/bin/vmservice/client/lib/src/observatory/application.dart |
=================================================================== |
--- runtime/bin/vmservice/client/lib/src/observatory/application.dart (revision 30547) |
+++ runtime/bin/vmservice/client/lib/src/observatory/application.dart (working copy) |
@@ -27,6 +27,7 @@ |
return isolateManager.isolates[id]; |
} |
+ |
Ivan Posva
2013/11/22 22:38:12
?
turnidge
2013/11/22 22:49:58
Done.
turnidge
2013/11/22 22:49:58
Done.
|
/// Return the name of the isolate with [id]. |
String getIsolateName(int id) { |
var isolate = getIsolate(id); |