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

Commit 3a13bb43 authored by Chris Tate's avatar Chris Tate Committed by android-build-merger
Browse files

Merge "unbindBackupAgent and initialize inFullBackup"

am: 36654ffe

Change-Id: I5ba75075e2fb2dae0dcabbb0cee3b83c3d0c15ea
parents 8e9cf51d 36654ffe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17486,6 +17486,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) {