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

Commit d07b9ea6 authored by Olawale Ogunwale's avatar Olawale Ogunwale Committed by Android Git Automerger
Browse files

am a9ae5050: am 8ddd5f4c: Merge "[ActivityManager] Fix process record leakage."

* commit 'a9ae5050':
  [ActivityManager] Fix process record leakage.
parents 60d791c8 a9ae5050
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5831,6 +5831,7 @@ public final class ActivityManagerService extends ActivityManagerNative
            // Take care of any services that are waiting for the process.
            mServices.processStartTimedOutLocked(app);
            app.kill("start timeout", true);
            removeLruProcessLocked(app);
            if (mBackupTarget != null && mBackupTarget.app.pid == pid) {
                Slog.w(TAG, "Unattached app died before backup, skipping");
                try {