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