*Always* kill the right uid's group
Bug 19285814 Change-Id: Ifd49926f49911af3439f2a2a507908ecd3a2db25
This commit is contained in:
@@ -558,7 +558,7 @@ final class ProcessRecord {
|
||||
}
|
||||
EventLog.writeEvent(EventLogTags.AM_KILL, userId, pid, processName, setAdj, reason);
|
||||
Process.killProcessQuiet(pid);
|
||||
Process.killProcessGroup(info.uid, pid);
|
||||
Process.killProcessGroup(uid, pid);
|
||||
if (!persistent) {
|
||||
killed = true;
|
||||
killedByAm = true;
|
||||
|
||||
Reference in New Issue
Block a user