Snap for 4590521 from aa41172e81d291b2d5190682d8d71f9a1bb019bc to pi-release
Change-Id: I82f8b6976e682f7bab5fce5a77f4d60c19b7a59b
This commit is contained in:
commit
65322dffab
6
lmkd.c
6
lmkd.c
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue