From fd30f4553062c76ffc49ca4a31cd585678312bfb Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 25 Sep 2025 11:31:21 -0700 Subject: [PATCH] Remove the prefix for the generalization. PiperOrigin-RevId: 811432704 --- internal/proto/analytics/connections_log.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/internal/proto/analytics/connections_log.proto b/internal/proto/analytics/connections_log.proto index 916a9cd7..dbe58e24 100644 --- a/internal/proto/analytics/connections_log.proto +++ b/internal/proto/analytics/connections_log.proto @@ -342,6 +342,11 @@ message ConnectionsLog { // The supported service. optional location.nearby.proto.connections.SupportedService supported_service = 12; + + // The latency of the wifi connection in milliseconds, starting from when + // the wifi credentials are received from the remote device, to the moment + // wifi connection is established with internet access. + optional int64 wifi_connection_latency_millis = 13; } message DeviceInfo {