如何用adb logcat保存日志时间:2024-01-11 22:39:14//将log 保存到当前目录下 adb logcat -v time >a.log //log过滤 adb logcat | grep MyAppName //清除log adb logcat -c