mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
If the sender BT or Wifi connect failed, we should log the correct result code to clearcut
PiperOrigin-RevId: 610709164
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user