Merge "lmkd: use ALOGE for logging kills" into qt-dev
This commit is contained in:
commit
cc18faf4d6
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…
Add table
Reference in a new issue