[android-developers] Re: adb logclear?

2012-02-20 Thread B.Arunkumar
Hi, It is adb logcat -c. This link would also be useful for you: https://sites.google.com/site/androidhowto/how-to-1/save-logcat-to-a-text-file Thank you, B.Arunkumar On Feb 21, 9:33 am, bob wrote: > What is the adb command to tell a device to clear its log? -- You received this message be

[android-developers] Re: adb logclear?

2012-02-21 Thread The Master Baron
adb logcat -c On Feb 20, 9:33 pm, bob wrote: > What is the adb command to tell a device to clear its log? -- 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 unsubscr

[android-developers] Re: adb logclear?

2012-02-21 Thread moktarul anam
better u use adb logcat -s use in ur code: Log.v("DEMO" , "some message.."); then use adb logcat -s "DEMO" then u will get DEMO related message Moktarul On Feb 21, 9:33 am, bob wrote: > What is the adb command to tell a device to clear its log? -- You received this message because you a