mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1212265 - Collect recovery log as part of LogShake. r=gwagner
This commit is contained in:
parent
89337e3c15
commit
5c7c5b7075
@ -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
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user