Merge "lmkd: use ALOGE for logging kills" into qt-dev
am: cc18faf4d6
Change-Id: I00913e3bd6607a08dd14ba41d4ecf3c056c1cb6d
This commit is contained in:
commit
242a92953b
|
@ -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 New Issue