From 924247aa8fe159fba0af8b8d4af0d4a2d4a342de Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 27 Feb 2024 04:26:47 -0800 Subject: [PATCH] If the sender BT or Wifi connect failed, we should log the correct result code to clearcut PiperOrigin-RevId: 610709164 --- proto/connections_enums.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index b38965f4..f429fa2a 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -653,6 +653,8 @@ enum OperationResultCode { MISCELLEANEOUS_WEB_RTC_GET_DROIDGUARD_RESULT_FAILURE = 2511; // Tachyon signal messenger is null MISCELLEANEOUS_WEB_RTC_TACHYON_SIGNALING_MESSENGER_NULL = 2512; + // Failed to receive message + MISCELLEANEOUS_WEB_RTC_FAILED_TO_RECEIVE_MESSAGE = 2513; // Section of CATEGORY_IO_ERROR, from 3000 to 3499 // Incoming payloads failure due to file opening error