Wednesday, June 9, 2010

Using LogCat with filters

You can manage your application output logs nicely within Eclipse and the Android extensions.

Open the "LogCat" view alongside Properties, Console, etc. as shown below. Set filters to capture Log.i() calls. Now your runtime logging is organized and not crowded within the usual SysOut stream...

No comments:

Post a Comment