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

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

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

am: 4f9c63ad

Change-Id: If2c4f5843e225c8fd0f7faabfd834a19bb6c70ed
parents b742a852 4f9c63ad
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];
}