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

Commit 1168baae authored by Christopher Tate's avatar Christopher Tate
Browse files

Tone down a non-error log message about lack of ancestral dataset tracking

Change-Id: I2e5e48c9b695d6225016365907fe8edc73ab2c8e
parent 7951eaa9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ import com.android.server.PackageManagerBackupAgent.Metadata;
import java.io.EOFException;
import java.io.File;
import java.io.FileDescriptor;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.PrintWriter;
@@ -517,6 +518,9 @@ class BackupManagerService extends IBackupManager.Stub {
                    }
                }
            }
        } catch (FileNotFoundException fnf) {
            // Probably innocuous
            Log.v(TAG, "No ancestral data");
        } catch (IOException e) {
            Log.w(TAG, "Unable to read token file", e);
        }