Merge "Align proto naming with server configuration"

This commit is contained in:
Chiachang Wang
2019-03-28 05:37:21 +00:00
committed by Gerrit Code Review

View File

@@ -3061,7 +3061,9 @@ message ProcessStartTime {
* 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];
}