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

Commit 36654ffe authored by Chris Tate's avatar Chris Tate Committed by Gerrit Code Review
Browse files

Merge "unbindBackupAgent and initialize inFullBackup"

parents a9c27b34 17e1d984
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17491,6 +17491,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) {