Fix "scroll up" bug in Eclipse logcat?

android, eclipse, logcat

Solution

You should use the Scroll Lock button.

Also, consider using the corresponding LogCat filters in order to only display the messages you are interested in.

Problem

I was wondering if you had a way to fix the scrolling glitch with Logcat on Eclipse. Whenever I try to scroll up, the screen moves up for a sec and then goes back to the bottom. It is really annoying and I can't get to some of my errors because of it.

Original source

Related problems