查看 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)

猜你喜欢

转载自blog.csdn.net/su749520/article/details/80896575
今日推荐