From 32f1ed5ac550eaa207343abda57bb68a94de0c67 Mon Sep 17 00:00:00 2001 From: hai007 Date: Fri, 24 Apr 2026 22:01:06 -0700 Subject: [PATCH] add isForcedUsb logging PiperOrigin-RevId: 905371058 --- 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 3be13ef3..fd0ab10d 100644 --- a/internal/proto/analytics/connections_log.proto +++ b/internal/proto/analytics/connections_log.proto @@ -590,6 +590,9 @@ message ConnectionsLog { // The number of times the upgrade attempt is tried. // This count is reset to 0 when the upgrade is successful. optional int32 try_count = 14; + // If true, the upgrade attempt is forced to use the USB medium, regardless + // of the available mediums. + optional bool is_forced_usb = 15; } // Next Id: 22