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
Use adb logcat -d > log.txt
adb logcat -d > log.txt
This will write the logs on to your development machine.