On Mon, May 18, 2009 at 10:17 AM, Rafa Perfeito <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

