Where does Android store shutdown logs?

后端 未结 4 1424
半阙折子戏
半阙折子戏 2021-02-08 04:32

I know that the boot up log can be obtained by pulling out contents of kmsg or dmesg through ADB.
But I\'m not aware of how to retriev

4条回答
  •  半阙折子戏
    2021-02-08 05:20

    Look in some locations such as these:

    /proc/last_kmsg
    /data/tombstones/
    /data/dontpanic/
    /data/system/dropbox/
    

    (This list isn't strictly kernel logs, including framework and application logs too, which are also sometimes of interest)

提交回复
热议问题