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

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

Merge "unbindBackupAgent and initialize inFullBackup" am: 36654ffe am: 3a13bb43

am: 6793b1f0

Change-Id: I16e1b48e818023243f2c05e43599432f59203a19
parents 17674b61 6793b1f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17562,6 +17562,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) {