summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chiachang Wang <chiachangwang@google.com> 2019-03-27 23:13:07 -0700
committer android-build-merger <android-build-merger@google.com> 2019-03-27 23:13:07 -0700
commitd711ed3021a68e106b1eb1654671434043f0e5d5 (patch)
tree488554538c8f9907982c46a86cff822b56ac71ec
parentbbade0bc39bb270361f2075707ed78cb934f7898 (diff)
parentde9de3cb96751ad5350d5cf283679f9b85a2ca85 (diff)
Merge "Align proto naming with server configuration" am: 2cd6f2446c am: 4f9c63ad1d
am: de9de3cb96 Change-Id: Ic21363cd264279ab5f63baf77210bc0aff41e034
-rw-r--r--cmds/statsd/src/atoms.proto4
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];
}