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:
Alexandre Lissy 2015-01-30 03:50:00 +01:00
Родитель 8632756544
Коммит 859cd5f588
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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,