diff options
| author | 2019-03-27 23:13:07 -0700 | |
|---|---|---|
| committer | 2019-03-27 23:13:07 -0700 | |
| commit | d711ed3021a68e106b1eb1654671434043f0e5d5 (patch) | |
| tree | 488554538c8f9907982c46a86cff822b56ac71ec | |
| parent | bbade0bc39bb270361f2075707ed78cb934f7898 (diff) | |
| parent | de9de3cb96751ad5350d5cf283679f9b85a2ca85 (diff) | |
Merge "Align proto naming with server configuration" am: 2cd6f2446c am: 4f9c63ad1d
am: de9de3cb96
Change-Id: Ic21363cd264279ab5f63baf77210bc0aff41e034
| -rw-r--r-- | cmds/statsd/src/atoms.proto | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 79e7e7bf1e82..aeac546de830 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -5867,7 +5867,9 @@ message SystemIonHeapSize { * frameworks/base/packages/NetworkStack/ */ message NetworkStackReported { - optional int32 eventId = 1; + // The id that indicates the event reported from NetworkStack. + optional int32 event_id = 1; + // The data for the reported events. optional android.stats.connectivity.NetworkStackEventData network_stack_event = 2 [(log_mode) = MODE_BYTES]; } |