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

Unified Diff: pkg/analysis_server/lib/src/constants.dart

Issue 859513002: send priority instrumentation message on startup with version info (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove debugging code 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
Index: pkg/analysis_server/lib/src/constants.dart
diff --git a/pkg/analysis_server/lib/src/constants.dart b/pkg/analysis_server/lib/src/constants.dart
index 7aa71a71988562a4c69c94579c9960097fbb2d9b..924b93f6ac2d4e1016deaa2ea20429dfa3c5558c 100644
--- a/pkg/analysis_server/lib/src/constants.dart
+++ b/pkg/analysis_server/lib/src/constants.dart
@@ -4,6 +4,8 @@
library server.constants;
+const String ANALYSIS_SERVER_VERSION = '0.0.1';
Brian Wilkerson 2015/01/17 18:08:24 On an experimental branch that I'm working on I ra
danrubel 2015/01/20 17:23:54 That works for me. Moved.
+
//
// Server methods
//
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/domain_server.dart » ('j') | pkg/analysis_server/lib/src/server/driver.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698