I want to get stack trace when my progrom crash in my .so library, in fact, i call the interface in .so from JNI.
And I follow a old question, but not worked. All I get in the dumpBacktrace is the signal handler itself. Here's the link of old question.
platform: arm, ndk-version: android-ndk-r10d