Merge "Align proto naming with server configuration" am: 2cd6f2446c

am: 4f9c63ad1d

Change-Id: If2c4f5843e225c8fd0f7faabfd834a19bb6c70ed
This commit is contained in:
Chiachang Wang
2019-03-27 23:02:39 -07:00
committed by android-build-merger

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];
}