You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is a naive question, just came across this library, and haven't had time to research too thoroughly yet.
I have a handful of libraries that access the NDK, but I don't have access to the source code, just the Java wrappers that call the native functions.
Would CoffeeCatch also catch and SIGILL or SIGSEGV throws from those libraries too, or do I have to have access to the point where the NDK is called explicitly ?
The text was updated successfully, but these errors were encountered:
Sorry if this is a naive question, just came across this library, and haven't had time to research too thoroughly yet.
I have a handful of libraries that access the NDK, but I don't have access to the source code, just the Java wrappers that call the native functions.
Would CoffeeCatch also catch and SIGILL or SIGSEGV throws from those libraries too, or do I have to have access to the point where the NDK is called explicitly ?
The text was updated successfully, but these errors were encountered: