Snap for 4590521 from aa41172e81d291b2d5190682d8d71f9a1bb019bc to pi-release

Change-Id: I82f8b6976e682f7bab5fce5a77f4d60c19b7a59b
This commit is contained in:
android-build-team Robot 2018-02-07 13:33:43 +00:00
commit 65322dffab
1 changed files with 3 additions and 3 deletions

6
lmkd.c
View File

@ -664,11 +664,11 @@ static int kill_one_process(struct proc* procp, int min_score_adj,
TRACE_KILL_END(); TRACE_KILL_END();
if (r) { if (r) {
ALOGE("kill(%d): errno=%d", procp->pid, errno); ALOGE("kill(%d): errno=%d", pid, errno);
return -1; return -1;
} else {
return tasksize;
} }
return tasksize;
} }
/* /*