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

Commit 7dfe83d3 authored by Olawale Ogunwale's avatar Olawale Ogunwale Committed by android-build-merger
Browse files

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

automerge: d07b9ea6

* commit 'd07b9ea6':
  [ActivityManager] Fix process record leakage.
parents 16fb7a3c d07b9ea6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5316,6 +5316,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 {