lmkd_test: set process types am: fce58e9165 am: 8b760ee3d4
Change-Id: I2b44bdd6604c2d9678e041fc7b29aab9252314c2
This commit is contained in:
commit
eac5bff2fa
|
|
@ -251,6 +251,7 @@ void runMemStressTest() {
|
|||
params.pid = pid;
|
||||
params.uid = uid;
|
||||
params.oomadj = data->oomadj;
|
||||
params.ptype = PROC_TYPE_APP;
|
||||
ASSERT_FALSE(lmkd_register_proc(sock, ¶ms) < 0)
|
||||
<< "Failed to communicate with lmkd, err=" << strerror(errno);
|
||||
// signal the child it can proceed
|
||||
|
|
|
|||
Loading…
Reference in New Issue