Surya \’s Blog

… ever streaming tools and technologies….!!!

Archive for the ‘Android’ Category

Logging with Android Projects

Posted by kathayat on June 29, 2009

Instead of System.out.println() please use the methods in the Log class:
http://code.google.com/android/reference/android/util/Log.html

You’ll see the messages in Eclipse by switching to DDMS perspective
and looking at the LogCat tab at the bottom.

Posted in Android | Leave a Comment »