Merge "Add start time to LmkKillOccurred" am: 09c786a414

am: 5b37871e11

Change-Id: I78d822c5ede897d3a9798fd67ad5de591032db27
This commit is contained in:
Jim Blackler
2019-01-09 05:18:18 -08:00
committed by android-build-merger

View File

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