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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java

Issue 575163002: Remove watchdog from RemoteAnalysisServerImpl (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java
diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java
index d019cc6c26b8a4c0de9efb31528b1ac05279199b..9d9819e4f12d122396b7df76d3d33413935fc684 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java
+++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java
@@ -495,7 +495,7 @@ public class DartCore extends Plugin implements DartSdkListener {
DartCoreDebug.ANALYSIS_SERVER_DEBUG);
// start server
analysisServer = new RemoteAnalysisServerImpl(socket);
- analysisServer.start(DartCoreDebug.ANALYSIS_SERVER_DEBUG ? 0 : 15000);
+ analysisServer.start();
analysisServerDataImpl.setServer(analysisServer);
analysisServerListener = new WorkspaceAnalysisServerListener(
analysisServerDataImpl,

Powered by Google App Engine
This is Rietveld 408576698