1. 程式人生 > >檢視 Recovery 模式的報錯日誌

檢視 Recovery 模式的報錯日誌

1. 日誌檔案路徑

Z81:/cache/recovery # ls -al
ls -al
total 408
drwxrwx--- 2 system cache    4096 2018-01-01 05:39 .
drwxrwx--- 6 system cache    4096 2018-01-01 05:30 ..
-rw-r--r-- 1 root   root      156 2018-01-01 05:38 last_install
-rw------- 1 system system 362868 2018-01-01 05:38 last_kmsg
-rw------- 1 root   root        5
2018-01-01 05:38 last_locale
-rw-r----- 1 root root 29601 2018-01-01 05:38 last_log

2.匯出檔案

adb pull /cache/recovery 資料夾路徑

C:\Users\fadi.su>adb pull /cache/recovery C:\Users\fadi.su\Desktop\recovery3
pull: building file list...
pull: /cache/recovery/last_kmsg -> C:\Users\fadi.su\Desktop\recovery3/last_kmsg
pull: /cache/recovery/last_install -> C:\Users
\fadi.su\Desktop\recovery3/last_in stall pull: /cache/recovery/last_log -> C:\Users\fadi.su\Desktop\recovery3/last_log pull: /cache/recovery/last_locale -> C:\Users\fadi.su\Desktop\recovery3/last_loc ale 4 files pulled. 0 files skipped. 2083 KB/s (392630 bytes in 0.184s)