Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
android_dev_notes [2011-04-20 09:42] davegriffithsandroid_dev_notes [2011-04-20 10:41] davegriffiths
Line 48: Line 48:
  
   set solib-search-path /path/to/your/project/obj/local/armeabi    set solib-search-path /path/to/your/project/obj/local/armeabi 
 +  
 +Or, alternatively use addr2line to convert a crash address to the source location:
 +
 +   adb logcat
 +   (... lots of stuff including stack trace ...)
 +   addr2line -e libfoo.so deadbeef
  
  • android_dev_notes.txt
  • Last modified: 2012-08-09 15:02
  • by 83.101.5.51