We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675b28c commit fbc906aCopy full SHA for fbc906a
internal/proto/analytics/connections_log.proto
@@ -352,6 +352,9 @@ message ConnectionsLog {
352
// the device attestation is initiated, to the moment the device attestation
353
// is finished.
354
optional int64 device_attestation_latency_millis = 14;
355
+
356
+ // The error code returned by Play Integrity API during device attestation.
357
+ optional int64 play_integrity_error_code = 15;
358
}
359
360
message DeviceInfo {
0 commit comments