зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1127782 - Add /proc/last_kmsg to the list of files we are dumping with LogShake. r=gwagner
Having this file is useful since it can help diagnose previous kernel panics.
This commit is contained in:
Родитель
8632756544
Коммит
859cd5f588
|
@ -85,6 +85,7 @@ let LogShake = {
|
|||
"/dev/log/events": LogParser.prettyPrintLogArray,
|
||||
"/proc/cmdline": LogParser.prettyPrintArray,
|
||||
"/proc/kmsg": LogParser.prettyPrintArray,
|
||||
"/proc/last_kmsg": LogParser.prettyPrintArray,
|
||||
"/proc/meminfo": LogParser.prettyPrintArray,
|
||||
"/proc/uptime": LogParser.prettyPrintArray,
|
||||
"/proc/version": LogParser.prettyPrintArray,
|
||||
|
|
Загрузка…
Ссылка в новой задаче