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

Commit 5acdd0f6 authored by Craig Mautner's avatar Craig Mautner Committed by Gerrit Code Review
Browse files

Merge "[ActivityManager] Ensure alive process is not killedByAm."

parents 501bb0a5 abc69e93
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2839,6 +2839,7 @@ public final class ActivityManagerService extends ActivityManagerNative
            app.setPid(startResult.pid);
            app.usingWrapper = startResult.usingWrapper;
            app.removed = false;
            app.killedByAm = false;
            synchronized (mPidsSelfLocked) {
                this.mPidsSelfLocked.put(startResult.pid, app);
                Message msg = mHandler.obtainMessage(PROC_START_TIMEOUT_MSG);