diff options
| author | 2019-01-09 05:18:18 -0800 | |
|---|---|---|
| committer | 2019-01-09 05:18:18 -0800 | |
| commit | 905fc275df9249d72c194a6faa013ef80c553b10 (patch) | |
| tree | d693b00f8610f2ec8f3ff79e04a19b25bb05c812 | |
| parent | f112dcdf977af0338997e55f34be2a1a889adfc4 (diff) | |
| parent | 5b37871e11d8e8a2f0a64ad71f20f86fdd632fe1 (diff) | |
Merge "Add start time to LmkKillOccurred" am: 09c786a414
am: 5b37871e11
Change-Id: I78d822c5ede897d3a9798fd67ad5de591032db27
| -rw-r--r-- | cmds/statsd/src/atoms.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index da9adff29b40..d27db4bb0011 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -1659,6 +1659,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; } /* |