我是靠谱客的博主 欢呼机器猫,最近开发中收集的这篇文章主要介绍查看 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:Usersfadi.su>adb pull /cache/recovery C:Usersfadi.suDesktoprecovery3
pull: building file list...
pull: /cache/recovery/last_kmsg -> C:Usersfadi.suDesktoprecovery3/last_kmsg
pull: /cache/recovery/last_install -> C:Usersfadi.suDesktoprecovery3/last_in
stall
pull: /cache/recovery/last_log -> C:Usersfadi.suDesktoprecovery3/last_log
pull: /cache/recovery/last_locale -> C:Usersfadi.suDesktoprecovery3/last_loc
ale
4 files pulled. 0 files skipped.
2083 KB/s (392630 bytes in 0.184s)

最后

以上就是欢呼机器猫为你收集整理的查看 Recovery 模式的报错日志的全部内容,希望文章能够帮你解决查看 Recovery 模式的报错日志所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(84)

评论列表共有 0 条评论

立即
投稿
返回
顶部