Bug 1212265 - Collect recovery log as part of LogShake. r=gwagner

This commit is contained in:
Alexandre Lissy 2015-10-07 02:50:00 +02:00
Родитель 417101d8bb
Коммит 5f39b1bca8
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -128,7 +128,10 @@ var LogShake = {
"/proc/version": LogParser.prettyPrintArray,
"/proc/vmallocinfo": LogParser.prettyPrintArray,
"/proc/vmstat": LogParser.prettyPrintArray,
"/system/b2g/application.ini": LogParser.prettyPrintArray
"/system/b2g/application.ini": LogParser.prettyPrintArray,
"/cache/recovery/last_install": LogParser.prettyPrintArray,
"/cache/recovery/last_kmsg": LogParser.prettyPrintArray,
"/cache/recovery/last_log": LogParser.prettyPrintArray
},
/**