Log.d("YourAppName", "this is a debug message");

On Mon, May 18, 2009 at 1:35 PM, Raphael <r...@android.com> wrote:

>
> On Mon, May 18, 2009 at 10:17 AM, Rafa Perfeito <rafa.perfe...@gmail.com>
> wrote:
> > Here's a real beginner question:
> > Im using Eclipse IDE with the android SDK. Where does the
> > 'system.out.println' printing goes? to the console? 'cause it is not
> > going...
>
> It goes nowhere. Don't use it. Use android.utils.Log for all your
> logging needs, which will be available in logcat.
>
> R/
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to