Logvat viewer in Eclipse flickers annoyingly
Posted
by
petersohn
on Stack Overflow
See other posts from Stack Overflow
or by petersohn
Published on 2012-09-23T15:36:02Z
Indexed on
2012/09/23
15:37 UTC
Read the original article
Hit count: 358
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?
© Stack Overflow or respective owner