OSDN Git Service

Make ViewServer more quiet
authorRomain Guy <romainguy@google.com>
Wed, 31 Aug 2011 21:11:07 +0000 (14:11 -0700)
committerRomain Guy <romainguy@google.com>
Wed, 31 Aug 2011 21:11:07 +0000 (14:11 -0700)
Bug #5231539

Change-Id: Ib1f3e0d7592b4af802efe4e9630a220c23450521

services/java/com/android/server/wm/ViewServer.java

index 70cb26a..a763e2c 100644 (file)
@@ -319,7 +319,7 @@ class ViewServer implements Runnable {
                     }
                 }
             } catch (Exception e) {
-                Slog.w(LOG_TAG, "Connection error: ", e);
+                // Ignore
             } finally {
                 if (out != null) {
                     try {