[android-beginners] Re: [android-beginners]'system.out.println' dumpage

2009-05-19 Thread Rafa Perfeito
Thank you all. But...where is that log file? 'cause in cant find it anywhere... On Mon, May 18, 2009 at 9:31 PM, fadden fad...@android.com wrote: On May 18, 10:35 am, Raphael r...@android.com wrote: On Mon, May 18, 2009 at 10:17 AM, Rafa Perfeito rafa.perfe...@gmail.com wrote: Here's a

[android-beginners] Re: [android-beginners]'system.out.println' dumpage

2009-05-19 Thread Rafa Perfeito
Nevermind...found the debugger...already using it.. Thanks for the help On Tue, May 19, 2009 at 1:00 PM, Rafa Perfeito rafa.perfe...@gmail.comwrote: Thank you all. But...where is that log file? 'cause in cant find it anywhere... On Mon, May 18, 2009 at 9:31 PM, fadden fad...@android.com

[android-beginners] Re: [android-beginners]'system.out.println' dumpage

2009-05-18 Thread Rob Franz
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

[android-beginners] Re: [android-beginners]'system.out.println' dumpage

2009-05-18 Thread fadden
On May 18, 10:35 am, 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