xroche/coffeecatch

Not able to get crash report.

Closed this issue · 1 comments

Hello Xavier,

As per your advice here #6 I have tried by integrating it.
I have referred your comment here too #1
I have done your logic in this app itself https://github.com/4ntoine/CoffeeCatchDemo.
But I am able to see any detailed crash log.

You can see my demo app here
https://github.com/xroche/coffeecatch/pull/8/files
You can see my code changes here native_lib.cpp
But still I am not able to see my log. Advice.

Your call_dangerous_function function is the only protected by COFFEE_TRY_JNI() - COFFEE_TRY_JNI(env, some_code) basically protects "some_code", nothing more (nothing after this specific line!)