I was tempted to tell you that in your case '-f out.log' is interpreted by adb as a filter, but if you invoke
$ adb logcat -f '*' you'll obtain "couldn't open output file: Is a directory" so, it's not a filter expression really. adb is not parsing its command line correctly. On Mar 24, 1:55 pm, [EMAIL PROTECTED] wrote: > I tried to use "adb logcat -f <filename>" to redirect the log message > to a log file. Then I don't need to watch logs in windows cmd window. > Is that correct to use like "adb logcat -f out.log"? There is no > out.log file created in the same directory. > Or I tried the wrong direction? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

