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

Commit c58119fe authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "unbindBackupAgent and initialize inFullBackup" am: 36654ffe...

Merge "Merge "unbindBackupAgent and initialize inFullBackup" am: 36654ffe am: 3a13bb43 am: 6793b1f0 am: c8d9b32d"
parents 2268f459 dfbba3e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17755,6 +17755,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                // 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) {