lmkd_test: set process types am: fce58e9165 am: 8b760ee3d4 am: eac5bff2fa am: 29eb290980

Change-Id: I4ffff3a6ad2747c099b8173108f02be208a3348d
This commit is contained in:
Automerger Merge Worker 2020-03-09 21:09:05 +00:00
commit a4771e32de
1 changed files with 1 additions and 0 deletions

View File

@ -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, &params) < 0)
<< "Failed to communicate with lmkd, err=" << strerror(errno);
// signal the child it can proceed