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

Unified Diff: sdk/lib/vmservice/vmservice.dart

Issue 1397593002: Fix analyzer warnings in dart:_vmservice (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « sdk/lib/vmservice/running_isolates.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/vmservice/vmservice.dart
diff --git a/sdk/lib/vmservice/vmservice.dart b/sdk/lib/vmservice/vmservice.dart
index 54388cdc7f3602a7d59292a9d2091e5f03af7433..eda45045da56ac52347a4ea7dcedc0ce106ed678 100644
--- a/sdk/lib/vmservice/vmservice.dart
+++ b/sdk/lib/vmservice/vmservice.dart
@@ -151,8 +151,7 @@ class VMService extends MessageRouter {
return;
}
}
- Logger.root.severe(
- 'Internal vm-service error: ignoring illegal message: $message');
+ print('Internal vm-service error: ignoring illegal message: $message');
}
void _notSupported(_) {
« no previous file with comments | « sdk/lib/vmservice/running_isolates.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698