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

Unified Diff: runtime/observatory/lib/src/service/object.dart

Issue 1013563002: CPU profile displayed in three tables with a tree (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/observatory/lib/src/service/object.dart
diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
index cf9e437ba8dd32acafffaadc102148b67609529d..a42bfd22a2a1b8dd66c35fd756b8f9aa1c4029f4 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -377,7 +377,7 @@ abstract class VM extends ServiceObjectOwner {
if (data != null) {
map['_data'] = data;
}
- } catch (e, st) {
+ } catch (_) {
Logger.root.severe('Ignoring malformed event response: ${response}');
return;
}

Powered by Google App Engine
This is Rietveld 408576698