Hi,
You can do an address lookup manually using addr2line, or use a wrapper
script around addr2line.
Note, that you need the .so files with symbol information (ie: unstripped)
Also, do ensure that the files match the software running on the phone.
Example for:
#00 pc 0001622c /system/lib/libdvm.so
arm-eabi-addr2line -C -f -e
/out/target/product/whatever/symbols/system/lib/libdvm.so 0x0001622c
Refer stack script here:
http://code.google.com/p/android-ndk-stacktrace-analyzer/source/browse/trunk/parse_stack.py?r=5
(It might be useful to add filename:linenumber output also to the script
above, which is a small change)
-Hemanth
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en