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

Commit eee0ea20 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Remember having done full-data as well as key/value app backups" into lmp-dev

parents 19d431f3 915f1dc7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1963,8 +1963,9 @@ public class BackupManagerService extends IBackupManager.Stub {
        return packages;
    }

    // Called from the backup task: record that the given app has been successfully
    // backed up at least once
    // Called from the backup tasks: record that the given app has been successfully
    // backed up at least once.  This includes both key/value and full-data backups
    // through the transport.
    void logBackupComplete(String packageName) {
        if (packageName.equals(PACKAGE_MANAGER_SENTINEL)) return;

@@ -3837,6 +3838,7 @@ public class BackupManagerService extends IBackupManager.Stub {
                        // Success!
                        EventLog.writeEvent(EventLogTags.FULL_BACKUP_SUCCESS,
                                currentPackage.packageName);
                        logBackupComplete(currentPackage.packageName);
                    }
                    cleanUpPipes(transportPipes);
                    cleanUpPipes(enginePipes);