Hi,
We are working on an android app to stream audio and video to WebRTC end-point.
We use Webrtc release branch 63.
Occasionally we get some error and the app crashes at SIGABRT.
Is it possible to show the error message and prevent triggering SIGABRT so that the app will be saved from a crash?
error # 1: Happens when WebRTC streaming started.
# Fatal error in ../../sdk/android/src/jni/pc/androidnetworkmonitor_jni.cc, line 201
# last system error: 0
# Check failed: !jni()->ExceptionCheck()
# Error during CallVoidMethod
error # 2: Happens when WebRTC streaming stopped.
# Fatal error in ../../sdk/android/src/jni/pc/androidnetworkmonitor_jni.cc, line 220
# last system error: 0
# Check failed: !jni()->ExceptionCheck()
# Error during NetworkMonitor.stopMonitoring
error # 3: Happens mostly under bad network conditions.
# Fatal error in ../../rtc_base/physicalsocketserver.cc, line 913
# last system error: 32
# Check failed: 1 == res (1 vs. -1)
Thanks,
Indu