In the logcat viewer in Eclipse, if it is set to filter messages coming from the application I am currently debugging, the list flickers annoyingly. My guess that it reloads the list every time a log message arrives from my device, even if it is not displayed because of the filter. However, it makes reading log messages very hard.
Is there any way to counter this bug? Or is there an alternate logcat viewer for Android?
When it flickers on mine, I use the Scroll Lock option on the Logcat window. You can find it on the right top with other buttons such as Save log etc.