adb logcat 常見的命令

adb logcat    直接輸出日誌緩存 adb logcat > D:/log.txt  輸出到固定文件中app adb logcat -c  清空系統緩存日誌spa adb logcat -s XXX      輸出tag爲xxx的日誌  線程 adb logcat -s tag:I  按照tag和級別輸出日誌 日誌 adb logcat -t 50  打印最近50條日誌 事件 adb l
相關文章
相關標籤/搜索