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

Commit 886113df authored by Ji-Hwan Lee's avatar Ji-Hwan Lee
Browse files

Minor fix to remove verbose logcat output in SyncStorageEngine

Change-Id: I93b936202a99338329e73a41d4c1651369ecb70f
parent 33ac0dfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2443,8 +2443,8 @@ public class SyncStorageEngine extends Handler {
        if (!mPendingFile.getBaseFile().exists()) {
        if (!mPendingFile.getBaseFile().exists()) {
            if (Log.isLoggable(TAG_FILE, Log.VERBOSE)) {
            if (Log.isLoggable(TAG_FILE, Log.VERBOSE)) {
                Log.v(TAG_FILE, "No pending operation file.");
                Log.v(TAG_FILE, "No pending operation file.");
                return;
            }
            }
            return;
        }
        }
        try {
        try {
            fis = mPendingFile.openRead();
            fis = mPendingFile.openRead();