Thursday, June 24, 2010

Android logcat filtering for EVO

I'm developing apps for the EVO handset. It spews out more logs than I've ever seen, and it is driving me crazy. Below is a batch file you can use to filter out most of it so you can actually see the things that matter.

rem filter excess Android 2.1 logcat output
adb logcat HtcWimaxStatusBar:W WimaxReceiver:W WimaxStateTracker:W BluetoothHandsfree:W Wimax:F wimax:F UsbConnectedReceiver:W BatteryService:W WimaxInfo:F BatteryStatsImpl:W OpenSSLSessionImpl:W HtcLockScreen:W

Change it as you will.

No comments:

Post a Comment

Thanks for your feedback!