Merge "Align proto naming with server configuration" am: 2cd6f2446c
am: 4f9c63ad1d
Change-Id: If2c4f5843e225c8fd0f7faabfd834a19bb6c70ed
This commit is contained in:
@@ -3061,7 +3061,9 @@ message ProcessStartTime {
|
|||||||
* frameworks/base/packages/NetworkStack/
|
* frameworks/base/packages/NetworkStack/
|
||||||
*/
|
*/
|
||||||
message NetworkStackReported {
|
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];
|
optional android.stats.connectivity.NetworkStackEventData network_stack_event = 2 [(log_mode) = MODE_BYTES];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user