[android-developers] Re: Logcat debug level --help

2011-04-11 Thread Yash Jain
Hello All, Thanks for your inputs, Filtering of log message helped me lot to debug. Regards, Yash. -- Forwarded message -- From: Michael Date: Thu, Apr 7, 2011 at 7:01 PM Subject: [android-developers] Re: Logcat debug level --help To: Android Developers try adb logcat *:e

[android-developers] Re: Logcat debug level --help

2011-04-07 Thread Michael
try adb logcat *:e On Apr 7, 6:12 am, Yash Jain wrote: > Hello All, > I have one dumb question, > when i read a logcat message through command logcat -d, i will get a list of > all events with the prefix I, V, D, W, and E which represent *I*nformation, > *V*erbose, *D*ebug, *W*arning and *E*rror.