Merge "Make ViewServer more quiet Bug #5231539"

This commit is contained in:
Romain Guy
2011-08-31 14:12:18 -07:00
committed by Android (Google) Code Review

View 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 {