On windows (win7), debugging a real phone via USB I want to dump the logcat log into a file on my PC. The rate of data is beyond what is usable in eclipse; and I want the whole
adb logcat > logfile.txt adb logcat *:E > logfile.txt
If you want only errors filtered.
This works for me on MS Windows 7.