diff options
author | Romain Guy <romainguy@google.com> | 2011-08-31 14:11:07 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2011-08-31 14:11:07 -0700 |
commit | cbe67d5b33a2b183266e4398b1797db65aba9403 (patch) | |
tree | 8d88dca1c15d47e8796b12f455e396456cf25130 | |
parent | 799833a8b451a04be201d25ae72213e8562f7774 (diff) | |
download | frameworks_base-cbe67d5b33a2b183266e4398b1797db65aba9403.zip frameworks_base-cbe67d5b33a2b183266e4398b1797db65aba9403.tar.gz frameworks_base-cbe67d5b33a2b183266e4398b1797db65aba9403.tar.bz2 |
Make ViewServer more quiet
Bug #5231539
Change-Id: Ib1f3e0d7592b4af802efe4e9630a220c23450521
-rw-r--r-- | services/java/com/android/server/wm/ViewServer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/wm/ViewServer.java b/services/java/com/android/server/wm/ViewServer.java index 70cb26a..a763e2c 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 { |