Add logs for play integrity error code

PiperOrigin-RevId: 872937909
This commit is contained in:
hai007
2026-02-20 09:31:26 -08:00
committed by Copybara-Service
parent 675b28c717
commit fbc906aaae
@@ -352,6 +352,9 @@ message ConnectionsLog {
// the device attestation is initiated, to the moment the device attestation
// is finished.
optional int64 device_attestation_latency_millis = 14;
// The error code returned by Play Integrity API during device attestation.
optional int64 play_integrity_error_code = 15;
}
message DeviceInfo {