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

Unified Diff: pkg/analyzer/lib/src/generated/engine.dart

Issue 840083002: Use Logger instead of InstrumentationService. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | « pkg/analyzer/lib/src/generated/element.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/engine.dart
diff --git a/pkg/analyzer/lib/src/generated/engine.dart b/pkg/analyzer/lib/src/generated/engine.dart
index 5e00c4e115e1f6416500e8e1feebb725b39f154d..6a5abf0a405637306f966f4084a5b100fd179483 100644
--- a/pkg/analyzer/lib/src/generated/engine.dart
+++ b/pkg/analyzer/lib/src/generated/engine.dart
@@ -2239,7 +2239,7 @@ class AnalysisContextImpl implements InternalAnalysisContext {
} on IncrementalResolutionMismatch catch (mismatch, stack) {
String failure = mismatch.message;
String message = 'Incremental resolution mismatch:\n$failure\nat\n$stack';
- AnalysisEngine.instance.instrumentationService.logError(message);
+ AnalysisEngine.instance.logger.logError(message);
}
}
incrementalResolutionValidation_lastUnitSource = null;
« no previous file with comments | « pkg/analyzer/lib/src/generated/element.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698