[android-developers] Re: Sending messages from app that would show up in adb logcat?

2010-12-13 Thread cx0der
android.util.Log can do what you are looking for. On Dec 13, 10:22 pm, Tobiah t...@tobiah.org wrote: It would be convenient to send arbitrary strings to this stream so that I could view them on my computer terminal during adb logcat. Thanks, Tobiah -- You received this message because you

[android-developers] Re: Sending messages from app that would show up in adb logcat?

2010-12-13 Thread Brill Pappin
something wring with: Log.d(MYTAG, Print this in logcat...); Works well for me... - Brill Pappin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] Re: Sending messages from app that would show up in adb logcat?

2010-12-13 Thread Tobiah
On 12/13/2010 10:46 AM, Brill Pappin wrote: something wring with: Log.d(MYTAG, Print this in logcat...); Very cool. Thanks guys. Tobiah -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to