From b3442bacd3aa8a212cda21a643bec02aefa2b839 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 24 Apr 2025 15:14:14 -0700 Subject: [PATCH] Add session success disconnection reason PiperOrigin-RevId: 751156087 --- internal/proto/analytics/connections_log.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/proto/analytics/connections_log.proto b/internal/proto/analytics/connections_log.proto index 031e4a8c..1cb1910a 100644 --- a/internal/proto/analytics/connections_log.proto +++ b/internal/proto/analytics/connections_log.proto @@ -365,6 +365,7 @@ message ConnectionsLog { DCT_ERROR_USER_CANCELLED = 14; DCT_ERROR_SERVICE_CANCELLED = 15; DCT_ERROR_UNVERIFIED_INTEGRITY = 16; + SESSION_SUCCESS = 17; } optional bool is_local_disconnection = 1; optional DisconnectionReason disconnection_reason = 2;