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

Commit 77d2af24 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Remove verbose log from SyncManager

Change-Id: I39c678cb07d8e2a33977df4cf374f8fa289a27e4
Fix: 124949433
Test: Boot, make a sync request
parent 32981ff4
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -916,6 +916,7 @@ public class SyncManager {
            extras = new Bundle();
        }
        extras.size(); // Force unpacel.
        if (Log.isLoggable(TAG, Log.VERBOSE)) {
            mLogger.log("scheduleSync: account=", requestedAccount,
                    " u", userId,
                    " authority=", requestedAuthority,
@@ -925,6 +926,7 @@ public class SyncManager {
                    " mdm=", minDelayMillis,
                    " ciar=", checkIfAccountReady,
                    " sef=", syncExemptionFlag);
        }

        AccountAndUser[] accounts = null;
        if (requestedAccount != null) {