how do I load debug symbols for Android Froyo (using Eclipse)?
I need to set a break point in code that i开发者_运维百科s handling an exception inside Froyo. I am using Eclipse and have built a local copy (not customized) of Froyo so it should line up for my device. Is there a way to tell ADB and/or Eclipse to load symbols so I can step into the code?
You probably want to download android-2.2-froyo-src.zip, there are a couple sites here that are mirroring it: http://code.google.com/p/android/issues/detail?id=979#c90
See how to use it here: http://android.opensourceror.org/2010/01/18/android-source/
精彩评论