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

Commit d711ed30 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

am: de9de3cb

Change-Id: Ic21363cd264279ab5f63baf77210bc0aff41e034
parents bbade0bc de9de3cb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5867,7 +5867,9 @@ message SystemIonHeapSize {
 *     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];
}