lmkd: use ALOGE for logging kills
Test: boots, works Bug: 133761317 Signed-off-by: Tim Murray <timmurray@google.com> Exempt-From-Owner-Approval: trivial change Change-Id: I1a4a3741694078eec124f1f560ea68e78754bca6
This commit is contained in:
parent
c6ca823710
commit
b62b3ef2ba
1 changed files with 2 additions and 2 deletions
|
@ -1373,8 +1373,8 @@ static int kill_one_process(struct proc* procp, int min_oom_score) {
|
|||
set_process_group_and_prio(pid, SP_FOREGROUND, ANDROID_PRIORITY_HIGHEST);
|
||||
|
||||
inc_killcnt(procp->oomadj);
|
||||
ALOGI("Kill '%s' (%d), uid %d, oom_adj %d to free %ldkB",
|
||||
taskname, pid, uid, procp->oomadj, tasksize * page_k);
|
||||
ALOGE("Kill '%s' (%d), uid %d, oom_adj %d to free %ldkB", taskname, pid, uid, procp->oomadj,
|
||||
tasksize * page_k);
|
||||
|
||||
TRACE_KILL_END();
|
||||
|
||||
|
|
Loading…
Reference in a new issue