Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e425530b authored by Suren Baghdasaryan's avatar Suren Baghdasaryan Committed by android-build-merger
Browse files

Merge "lmkd: Fix the message printed during a kill to avoid confusion" am:...

Merge "lmkd: Fix the message printed during a kill to avoid confusion" am: 5ea2c4ba am: ccb97445
am: 0bff4732

Change-Id: I1c9de7850267c443b91c690baa32973ce56fc50c
parents 7ac3d741 0bff4732
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ static int kill_one_process(struct proc* procp, int min_score_adj,
    r = kill(pid, SIGKILL);
    ALOGI(
        "Killing '%s' (%d), uid %d, adj %d\n"
        "   to free %ldkB because system is under %s memory pressure oom_adj %d\n",
        "   to free %ldkB because system is under %s memory pressure (min_oom_adj=%d)\n",
        taskname, pid, uid, procp->oomadj, tasksize * page_k,
        level_name[level], min_score_adj);
    pid_remove(pid);