mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Capture java.lang.RuntimeException: Bad file descriptor
Tested: https://paste.googleplex.com/6476512456081408 PiperOrigin-RevId: 678531933
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user