Hi all ,
persentally i am writing a batch file.my batch file contain
the code
@echo off
adb -s %1 logcat >> ATT_Suite_WiFi_Logcat.txt
it is a blocking call we cant go after this line.i want to
send it in background like linux have command "&" same think i want in
windows.with the help of that i can exit this blocking call of logcat.
if anybody knows please help me.
one more way is like -d option is there which can dump the logcat
like ....
adb -s %1 logcat -d >> ATT_Suite_WiFi_Logcat.txt
every log goes in one pass into the text file and exit ...but i want
to exit it where i want ....
please help me ....
Thanks & Regards
Narendra
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en