Add start time to LmkKillOccurred

To accompany Piper cl/222070329 and https://googleplex-android-review.git.corp.google.com/c/platform/system/core/+/5578724

Bug: 119854389
Test: Manual
Change-Id: Ib2af1b66d4649279fdcb97e7cdf8cdb92e361765
This commit is contained in:
Jim Blackler
2018-11-21 15:24:48 +00:00
parent cce6c22e76
commit 8593d1f605

View File

@@ -2018,6 +2018,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;
}
/*