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

Commit 6793b1f0 authored by Chris Tate's avatar Chris Tate Committed by android-build-merger
Browse files

Merge "unbindBackupAgent and initialize inFullBackup" am: 36654ffe

am: 3a13bb43

Change-Id: I44fcb1ff849d39ff528adb85f8d76563eb9b9d52
parents 3cd1f5ba 3a13bb43
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17549,6 +17549,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                // Not backing this app up any more; reset its OOM adjustment
                final ProcessRecord proc = mBackupTarget.app;
                updateOomAdjLocked(proc);
                proc.inFullBackup = false;
                // If the app crashed during backup, 'thread' will be null here
                if (proc.thread != null) {