Filtering Logcat in Eclipse
In previous topic we show how to debug android applications using logcat. But, Logcat shows many messages and its really get difficult to check the messages which we have printed from those messages. Every Android log message has a tag and priority associated with it. The tag of a log message is a s...