[android-beginners] Re: Terminal type text output for debugging?

2010-03-18 Thread BobG
Log files are redirected to a file, right? Anyway to write to the screen? -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To

Re: [android-beginners] Re: Terminal type text output for debugging?

2010-03-18 Thread Xavier Ducrohet
No, logcat is output to your development computer. Either in a terminal (see http://developer.android.com/intl/fr/guide/developing/tools/adb.html#logcat) Or in DDMS (see: http://developer.android.com/intl/fr/guide/developing/tools/ddms.html) or in the eclipse plug-in (open the DDMS perspective).