Add num_failed_auto_resume into Payload logging.

PiperOrigin-RevId: 643283813
This commit is contained in:
Johnson Lu
2024-06-14 02:28:00 -07:00
committed by Copybara-Service
parent 9d65c2346c
commit 80cf0e50fd
@@ -350,6 +350,9 @@ message ConnectionsLog {
// The result code of this sent payload
optional OperationResult operation_result = 8;
// The number of failed auto resume attempts.
optional int32 num_failed_auto_resume = 9;
}
// An attempt to upgrade an existing connection from one medium to another.