最終更新:2014-12-19 (金) 07:43:29 (3409d)  

Android/proc/last_kmsg
Top / Android / proc / last_kmsg

  • If your tablet rebooted unexpectedly, you need to save last_kmsg log. It will contain kernel log just before reboot and may show what caused reboot.
  • This allows saving the kernel printk messages to a buffer in RAM, so that after a kernel panic they can be viewed in the next kernel invocation, by accessing /proc/last_kmsg.

定義

設定

メモ

  • There are currently two competing debug facilities to store kernel messages in a persistent storage: a generic pstore and Google’s persistent_ram? by Colin Cross.
  • All the functionality is now supported by pstore and pstore_ram? drivers.

参考

関連