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

Commit 1fbaa1f2 authored by Suren Baghdasaryan's avatar Suren Baghdasaryan
Browse files

Add min_score_adj into LmkKillOccurred event



Log min_score_adj when lmkd kills a process to determine the oom_score
levels that lmkd considers during the kill.
Accompanies Piper cl/236692672

Bug: 123024834
Change-Id: Ibfec13ef80ef1d74f5f224dde2e24970f7a88bfa
Signed-off-by: default avatarSuren Baghdasaryan <surenb@google.com>
parent 4b2b8493
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2410,6 +2410,9 @@ message LmkKillOccurred {

    // The elapsed real time of start of the process.
    optional int64 process_start_time_nanos = 9;

    // Min oom adj score considered by lmkd.
    optional int32 min_oom_score = 10;
}

/*