Merge "unbindBackupAgent and initialize inFullBackup"

This commit is contained in:
Chris Tate
2017-01-24 23:31:34 +00:00
committed by Gerrit Code Review

View File

@@ -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) {