adb logcat -f log.txt error: couldn't open output file: Read-only file system

前端 未结 3 2148
说谎
说谎 2021-02-01 18:53

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

3条回答
  •  醉梦人生
    2021-02-01 19:23

    Use adb logcat -d > log.txt

    This will write the logs on to your development machine.

提交回复
热议问题