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