Merge "Add min_score_adj into LmkKillOccurred event"

This commit is contained in:
Suren Baghdasaryan
2019-03-05 18:06:46 +00:00
committed by Gerrit Code Review

View File

@@ -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;
}
/*