Remove the prefix for the generalization.

PiperOrigin-RevId: 817874032
This commit is contained in:
hai007
2025-10-10 19:02:07 -07:00
committed by Copybara-Service
parent a55d51370a
commit a404f8402d
@@ -347,6 +347,11 @@ message ConnectionsLog {
// 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;
// The latency of the device attestation in milliseconds, starting from when
// the device attestation is initiated, to the moment the device attestation
// is finished.
optional int64 device_attestation_latency_millis = 14;
}
message DeviceInfo {