android 抓取log 的方法: unix-like 系统: adb shell logcat -v time thread | tee ./log.log win 系统: adb shell logcat -v time thread > log.log 来源:https://blog.csdn.net/JemyCheung/article/details/102728614 标签 log adb shell logcat