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: Suren Baghdasaryan <surenb@google.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user