Showing posts with label android-logcat. Show all posts
Showing posts with label android-logcat. Show all posts

Sunday, April 8, 2012

How can I stop the LogCat output from scrolling automatically in Eclipse?


UPDATE: This turned out to be a bug in R14 of the SDK tools. It has been fixed in R15 which was released on Oct. 27. Updating to the latest release solves the problem as suggested in the accepted answer.

Tuesday, January 17, 2012

Android code lags due to logging / gc / audioManager


To keep it simple: I'm working on a small app where we want to click several objects after each other. On clicking an object, it is supposed to play a sound.