Turn down the logging.
Cut per-msg logging by 1/3 in NDC so we see that much more. Change-Id: I406297d98f2649a88b16c7be3cf90757d009c762
This commit is contained in:
@@ -50,6 +50,8 @@ import java.util.LinkedList;
|
||||
final class NativeDaemonConnector implements Runnable, Handler.Callback, Watchdog.Monitor {
|
||||
private static final boolean LOGD = false;
|
||||
|
||||
private final static boolean VDBG = false;
|
||||
|
||||
private final String TAG;
|
||||
|
||||
private String mSocket;
|
||||
@@ -409,7 +411,7 @@ final class NativeDaemonConnector implements Runnable, Handler.Callback, Watchdo
|
||||
loge("timed-out waiting for response to " + logCmd);
|
||||
throw new NativeDaemonFailureException(logCmd, event);
|
||||
}
|
||||
log("RMV <- {" + event + "}");
|
||||
if (VDBG) log("RMV <- {" + event + "}");
|
||||
events.add(event);
|
||||
} while (event.isClassContinue());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user