lmkd_test: set process types am: fce58e9165 am: 8b760ee3d4
Change-Id: Ib2981a1ee5dfd276dee992e8fb599e0a3d591eec
This commit is contained in:
commit
23a9195feb
|
|
@ -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