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

Commit e8ee7835 authored by Ji-Hwan Lee's avatar Ji-Hwan Lee Committed by Android (Google) Code Review
Browse files

Merge "Minor fix to remove verbose logcat output in SyncStorageEngine"

parents 99d2ffa1 886113df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2443,8 +2443,8 @@ public class SyncStorageEngine extends Handler {
        if (!mPendingFile.getBaseFile().exists()) {
            if (Log.isLoggable(TAG_FILE, Log.VERBOSE)) {
                Log.v(TAG_FILE, "No pending operation file.");
                return;
            }
            return;
        }
        try {
            fis = mPendingFile.openRead();