coffeecatch icon indicating copy to clipboard operation
coffeecatch copied to clipboard

Question: Would this allow me to catch SIG- errors on dependencies ?

Open JesseScott opened this issue 8 years ago • 0 comments

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 ?

JesseScott avatar Nov 29 '16 17:11 JesseScott