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

Commit 3a445f58 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am de04684d: am 941a19d2: am 265b2320: am c656d219: am 34b63d50: Merge "Fix...

am de04684d: am 941a19d2: am 265b2320: am c656d219: am 34b63d50: Merge "Fix issue #17574819: Chrome browser process is killed..." into lmp-dev

* commit 'de04684ddc82290b593f52c196bbda4299671120':
  Fix issue #17574819: Chrome browser process is killed...
parents c6bee6e5 94d8db64
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2134,7 +2134,8 @@ public final class ActiveServices {
                    if (!hasCreate) {
                        continue;
                    }
                    if (proc != null && !proc.persistent && proc.thread != null
                    // XXX turned off for now until we have more time to get a better policy.
                    if (false && proc != null && !proc.persistent && proc.thread != null
                            && proc.pid != 0 && proc.pid != ActivityManagerService.MY_PID
                            && proc.setProcState >= ActivityManager.PROCESS_STATE_LAST_ACTIVITY) {
                        proc.kill("bound to service " + sr.name.flattenToShortString()