diff --git a/services/java/com/android/server/wm/ViewServer.java b/services/java/com/android/server/wm/ViewServer.java index 70cb26a811730..a763e2c724c47 100644 --- a/services/java/com/android/server/wm/ViewServer.java +++ b/services/java/com/android/server/wm/ViewServer.java @@ -319,7 +319,7 @@ class ViewServer implements Runnable { } } } catch (Exception e) { - Slog.w(LOG_TAG, "Connection error: ", e); + // Ignore } finally { if (out != null) { try {