How to get debugging statements for Android in Eclipse

Posted by Gerry on Stack Overflow See other posts from Stack Overflow or by Gerry
Published on 2010-04-20T18:34:02Z Indexed on 2010/04/20 20:43 UTC
Read the original article Hit count: 302

Filed under:
|
|

I've read the lame documentation, and checked other answers. I'd like my Android app to print some debug statements in the logcat window of Eclispe. If I use the isLoggable method on the various types of debug levels on the Log class, I find that WARN and INFO are returning true.

Log.w, and Log.i do not produce any output. Does anyone know which gotchas I've missed?

And just to vent, why should this be hard? I've published apps for iphone and bberry and while appreciate the use of java, the platform is reeking of too many "genuiuses" being involved. I suppose Activities and Intents are very flexible, but why? I just want to put up some screens, take some input and show some results. The bberry pushscreen and popscreen is a lot less pretentious.

Thanks, Gerry

© Stack Overflow or respective owner

Related posts about android

Related posts about log