ndk-stack

ndk stack

ndklog
反编译JNI-crash日志
addr2line //使用较麻烦
ndk-stack
adb logcat | ndk-stack -sym ***/armeabi //so库路径
adb logcat > /tem/foo.txt
ndk-stack -sym ***/armeabi -dump foo.txt
ndk-stack