Unable to view source only for errors like ActivityThread, maybe for all other java / android problems

Why can not I see the source of errors following from ActivityThread, such as:

ActivityThread.performLaunchActivity(ActivityThread$ActivityClientRecord, Intent) line: 1768    
ActivityThread.handleLaunchActivity(ActivityThread$ActivityClientRecord, Intent) line: 1784 
ActivityThread.access$1500(ActivityThread, ActivityThread$ActivityClientRecord, Intent) line: 123   
ActivityThread$H.handleMessage(Message) line: 939

But can I view the source code for all other Android and java errors?

+3
source share
1 answer

you can attach the source code of the Android platform for the eclipse, here is the blog instruction with a screenshot! http://android.opensourceror.org/2010/01/18/android-source/

+2
source

All Articles