Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f9c63ad authored by Chiachang Wang's avatar Chiachang Wang Committed by android-build-merger
Browse files

Merge "Align proto naming with server configuration"

am: 2cd6f244

Change-Id: Id06738516af325de8d68b60cdfb8f68e25cff94c
parents 542f905e 2cd6f244
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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];
}