Android日志输出到文件方法: adb logcat -v time >> logcat.txt //所有日志输出 或者根据优先级来输出: adb logcat *:W -v time >> logcat.txt //只是输出警告或者错误的日志