In my Xamarin.Android app I use native library loaded like JavaSystem.LoadLibrary("my_library")
App crashes when any exception occured in this library.
How can I avoid it - safety handle or ignore those exceptions?
In my Xamarin.Android app I use native library loaded like JavaSystem.LoadLibrary("my_library")
App crashes when any exception occured in this library.
How can I avoid it - safety handle or ignore those exceptions?