From f2aed20443ae4d4179643b5217bd74871d5947c7 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 21 Aug 2024 21:06:58 -0700 Subject: [PATCH] Logs the endpoint info size into AdvertisingPhase Tested: https://paste.googleplex.com/4752588241371136 PiperOrigin-RevId: 666167190 --- internal/proto/analytics/connections_log.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/proto/analytics/connections_log.proto b/internal/proto/analytics/connections_log.proto index 3601bd3f..fb9819ff 100644 --- a/internal/proto/analytics/connections_log.proto +++ b/internal/proto/analytics/connections_log.proto @@ -495,6 +495,9 @@ message ConnectionsLog { // The wifi aware support status optional bool supports_wifi_aware = 7; + + // The endpoint info size + optional int32 endpoint_info_size = 8; } // Some additional information to keep with the discovery phase.