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

Commit 20d7fd66 authored by Johan Torås Halseth's avatar Johan Torås Halseth Committed by android-build-merger
Browse files

Merge "Add log before doRestoreFinished is called on BackupAgent." into oc-dev

am: 8c7e6faa

Change-Id: I8bad48747440bc509ce6716aed817805354e9ec9
parents 23f196f3 8c7e6faa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9187,6 +9187,9 @@ if (MORE_DEBUG) Slog.v(TAG, " + got " + nRead + "; now wanting " + (size - soF
        // state RESTORE_FINISHED : provide the "no more data" signpost callback at the end
        private void restoreFinished() {
            if (DEBUG) {
                Slog.d(TAG, "restoreFinished packageName=" + mCurrentPackage.packageName);
            }
            try {
                prepareOperationTimeout(mEphemeralOpToken, TIMEOUT_RESTORE_FINISHED_INTERVAL, this,
                        OP_TYPE_RESTORE_WAIT);