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

Unified Diff: pkg/analyzer/test/instrumentation/instrumentation_test.dart

Issue 2717253002: Add instrumentation data to the analysis server diagnostics page. (Closed)
Patch Set: Created 3 years, 10 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: pkg/analyzer/test/instrumentation/instrumentation_test.dart
diff --git a/pkg/analyzer/test/instrumentation/instrumentation_test.dart b/pkg/analyzer/test/instrumentation/instrumentation_test.dart
index 8eff1cf050305e4182f71becf4ced4b8ed0bd1b4..eabaad57766ca3091a38d411f0963a427045295c 100644
--- a/pkg/analyzer/test/instrumentation/instrumentation_test.dart
+++ b/pkg/analyzer/test/instrumentation/instrumentation_test.dart
@@ -166,6 +166,9 @@ class TestInstrumentationServer implements InstrumentationServer {
String get sessionId => '';
@override
+ String get describe => 'test instrumentation, session $sessionId';
Brian Wilkerson 2017/02/27 14:41:32 Always an empty string.
devoncarew 2017/03/01 01:51:33 updated to not use session
+
+ @override
void log(String message) {
normalChannel.writeln(message);
}

Powered by Google App Engine
This is Rietveld 408576698