Loading services/core/java/com/android/server/am/ActivityManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading
services/core/java/com/android/server/am/ActivityManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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) {