OSDN Git Service

ActivityManager: pass the main uid of the app to lmkd
authorColin Cross <ccross@android.com>
Fri, 13 Jun 2014 21:56:04 +0000 (14:56 -0700)
committerColin Cross <ccross@android.com>
Wed, 9 Jul 2014 18:30:51 +0000 (11:30 -0700)
commitd908edd810dd22d8ec512a19c32637df464e9d0a
tree7c191717cf1e4cac8238a099770abbe9b4f0ef19
parent99bd4eabd17c1211adcd8eb9afeb5e1c6077617c
ActivityManager: pass the main uid of the app to lmkd

The uid and pid will be used to together to find any forked processes
and kill them.

Bug: 15313911
Change-Id: I2edb51527e5d1a977c0fad0e6c959c8438bb4be9
services/core/java/com/android/server/am/ActivityManagerService.java
services/core/java/com/android/server/am/ProcessList.java