Merge "Add start time to LmkKillOccurred"

This commit is contained in:
Jim Blackler
2019-01-09 08:44:35 +00:00
committed by Gerrit Code Review

View File

@@ -1640,6 +1640,9 @@ message LmkKillOccurred {
// SWAP
optional int64 swap_in_bytes = 8;
// The elapsed real time of start of the process.
optional int64 process_start_time_nanos = 9;
}
/*