Merge "unbindBackupAgent and initialize inFullBackup"
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user