You can track the logs when the system is comming up with DDMS. I made some modifications inside the framework and to see if it was ok, I checked the logs at the DDMS. If you made changes inside the framework, this is the way to track the logs.
Regads, Rogerio 2010/3/4 Android_n00b <[email protected]> > Thanks Rogerio. Just to confirm, is DDMS applicable to the Android > System level code? Again, I am not building applications but am > actually modifying system level code. As far as I know, you cannot > build Android Platform within Eclipse but have to do a 'make' inside > the terminal. I am trying to debug the platform code to see how it > works. > > Thanks. > > On Mar 4, 3:29 pm, Rogério de Souza Moraes <[email protected]> > wrote: > > Hi Nikhil, > > > > Did you installed the ADT plugin for eclipse? If yes you can see the DDMS > > perspective. Get inside it and open the logcat. When running android, the > > log cat will show you these messages. > > > > More information in here: > http://developer.android.com/intl/fr/guide/developing/tools/ddms.html > > > > Regards, > > > > Rogerio > > > > 2010/3/4 Android_n00b <[email protected]> > > > > > Hello, > > > > > I am a platform developer and want to know how I can debug through the > > > Android System code. I am making changes to the WindowManagerService > > > and see a lot of statements like: > > > (DEBUG_FOCUS) Log.v(TAG, "Clearing focused app, was " + mFocusedApp); > > > > > My question is, how do I take advantage of these logs? I am using > > > Eclipse on Ubuntu 9.10 and I have no idea how to actually debug this > > > code. Could use some help. > > > > > Thanks! > > > > > -- > > > 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]<android-developers%[email protected]> > <android-developers%[email protected]<android-developers%[email protected]> > > > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- 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

