add isForcedUsb logging

PiperOrigin-RevId: 905371058
This commit is contained in:
hai007
2026-04-24 22:02:27 -07:00
committed by Copybara-Service
parent 04022d0db3
commit 32f1ed5ac5
@@ -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