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

Commit dfbba3e7 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

am: c8d9b32d

Change-Id: I19a58876417cd00019c3d5fead9ee6bb48eb3f8d
parents 39a1fce4 c8d9b32d
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) {