From 2455d0cc6686cf9174f45822446db0fac4381c9a Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 24 Sep 2024 22:16:49 -0700 Subject: [PATCH] Capture java.lang.RuntimeException: Bad file descriptor Tested: https://paste.googleplex.com/6476512456081408 PiperOrigin-RevId: 678531933 --- proto/connections_enums.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index 264b326f..68645f13 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -1248,6 +1248,10 @@ enum OperationResultCode { NEARBY_CONNECTIVITY_INFO_NULL_OR_WRONG = 4606; // Local client state wrong NEARBY_LOCAL_CLIENT_STATE_WRONG = 4607; + // Remote exception when processing received payload + NEARBY_REMOTE_EXCEPTION_WHEN_PROCESSING_RECEIVED_PAYLOAD = 4608; + // Bad file description when processing received payload + NEARBY_BAD_FILE_DESCRIPTION_WHEN_PROCESSING_RECEIVED_PAYLOAD = 4609; } enum StopAdvertisingReason {