Loading cmds/statsd/src/atoms.proto +3 −1 Original line number Diff line number Diff line Loading @@ -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]; } Loading Loading
cmds/statsd/src/atoms.proto +3 −1 Original line number Diff line number Diff line Loading @@ -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]; } Loading