[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 wrote: > 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 wrote: > >> >> On May 18, 10:35 am, Rap

[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 wrote: > > On May 18, 10:35 am, Raphael wrote: > > On Mon, May 18, 2009 at 10:17 AM, Rafa Perfeito > wrote: > > > Here's a real beginner question: > > > Im using Eclipse IDE

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

2009-05-18 Thread fadden
On May 18, 10:35 am, Raphael wrote: > On Mon, May 18, 2009 at 10:17 AM, Rafa Perfeito > 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 now

[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 wrote: > > On Mon, May 18, 2009 at 10:17 AM, Rafa Perfeito > wrote: > > Here's a real beginner question: > > Im using Eclipse IDE with the android SDK. Where does the > > 'system.out.println' printing goes

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

2009-05-18 Thread Raphael
On Mon, May 18, 2009 at 10:17 AM, Rafa Perfeito 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 you