Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • 22
    I tried it and sometimes it stops scrolling and sometimes it doesn't, it is weird. But afterall, it would be nice to have a button that just stops it because I don't want to be forced to quickly move my mouse to logcat and start highlighting text in order to stop it from scrolling. Commented Oct 18, 2013 at 21:12
  • 2
    You can click at the bottom of the logcat output to re-enable the scrolling. Commented Oct 26, 2014 at 11:00
  • 1
    @Drag0 In my case, it only stops scrolling on click while in debug mode. If you simply run it won't work. Commented Jan 9, 2015 at 15:35
  • 2
    That's really, really poor implementation, and frustrating. Sometimes you can have a lot going on, and only spot an error when it's flying by during auto-scrolling, and to focus on it, to be able to click the line you want, you have to scroll up. Many times when scrolling up, to find the line you want to click on, it scrolls to the end again. Why not just have a dedicated button? Commented Jan 13, 2015 at 10:37
  • 1
    This DOES work IF you have already set Show only selected application in the dropdown menu at far right of Logcat, which likely says "No Filters" or some custom filter.. Commented Sep 30, 2019 at 12:58