Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4746b01 authored by TYM Tsai's avatar TYM Tsai Committed by Android (Google) Code Review
Browse files

Merge "Change flushing log to verbose" into udc-dev

parents 702e537e ccbdd63e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -562,11 +562,11 @@ public final class MainContentCaptureSession extends ContentCaptureSession {
        final int numberEvents = mEvents.size();
        final String reasonString = getFlushReasonAsString(reason);

        if (sDebug) {
        if (sVerbose) {
            ContentCaptureEvent event = mEvents.get(numberEvents - 1);
            String forceString = (reason == FLUSH_REASON_FORCE_FLUSH) ? ". The force flush event "
                    + ContentCaptureEvent.getTypeAsString(event.getType()) : "";
            Log.d(TAG, "Flushing " + numberEvents + " event(s) for " + getDebugState(reason)
            Log.v(TAG, "Flushing " + numberEvents + " event(s) for " + getDebugState(reason)
                    + forceString);
        }
        if (mFlushHistory != null) {