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

Commit 729d267c authored by Chiachang Wang's avatar Chiachang Wang
Browse files

Align proto naming with server configuration

Update naming as server requirement.

Bug: 128887306
Test: build
Change-Id: Iae46b1e41a66b1ad7d0c166ac52d5442b0c4070d
parent bb8954df
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];
}