android native crash 分析
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android native crash 分析相关的知识,希望对你有一定的参考价值。
工具:
addr2line
arm-linux-androideabi-addr2line -aCfe libart.so 0x63006d
当libart.so包含符号表的情况下,可以查询到他的地址0x63006d
所对应的行和函数名
ndk-stack
ndk-stack –sym ${android_project}/obj/local/armeabi –dump $(crash_log_file)
objdump
arm-linux-androideabi-objdump -S libart.so
参考:
http://blog.sina.com.cn/s/blog_702c2db50102vc2h.html
以上是关于android native crash 分析的主要内容,如果未能解决你的问题,请参考以下文章