Saturday 7 April 2012

Android: Eclipse no output in LogCat

For unknown reason my eclipse has no output in LogCat. This is very bad since the output at exception goes to LogCat, without which it is impossible to know what is wrong when app is forced to close.

Luckily found a solution on Stackoverflow: switch to DDMS perspective and click the device running the app, then switch back to Java perspective.

http://stackoverflow.com/questions/2250112/why-doesnt-logcat-show-anything-in-my-android

No comments:

Post a Comment