您好,登錄后才能下訂單哦!
1.logcat -c 清除已有log信息
2.logcat -b main 顯示主緩沖區的log
logcat -b radio 顯示無線緩沖區的log
logcat -b events 顯示事件緩沖區的log
3.logcat -f [filename] 將log保存到指定的文件中,例如 logcat -b radio -f /data/radio.log
4.logcat -v 設置logcat輸出的格式
主要有7種:
1. brief — Display priority/tag and PID of originating process (the default format).
2. process — Display PID only.
3. tag — Display the priority/tag only.
4. thread — Display process:thread and priority/tag only.
5. raw — Display the raw log message, with no other metadata fields.
6. time — Display the date, invocation time, priority/tag, and PID of the originating process.
7. long — Display all metadata fields and separate messages with a blank lines.
比較常用的是顯示時間:logcat -v time &
5.logcat -g 查看緩沖區的大小
logcat -g main
logcat -g radio
logcat -g events
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。