add isForcedUsb logging

PiperOrigin-RevId: 906108772
This commit is contained in:
hai007
2026-04-26 20:53:29 -07:00
committed by Copybara-Service
parent 32f1ed5ac5
commit b8ef0d45cf
@@ -458,6 +458,9 @@ message ConnectionsLog {
// The RSSI (radio signal strength indicator) in dBm.
// INTERNET_RSSI_UNKNOWN (-127) if unknown.
optional int32 rssi = 17;
// If this connection is forced over USB.
optional bool is_forced_usb = 18;
}
message SpeedTestReport {