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 <nikhil...@gmail.com>

> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to