Home | History | Annotate | Download | only in tests

Lines Matching refs:bugreport

57             description="Delay in ms after boot complete before taking the bugreport.")
118 * Fetch proc rank metrics from the bugreport after reboot.
125 // Make sure the device is available and settled, before getting bugreport.
129 BugreportItem bugreport = null;
130 // Retrieve bugreport
132 listener.testLog(BUGREPORT_LOG_NAME, LogDataType.BUGREPORT, bugSource);
133 bugreport = parser.parse(new BufferedReader(new InputStreamReader(
136 Assert.fail(String.format("Failed to fetch and parse bugreport for device %s: %s",
140 if (bugreport != null) {
142 MemInfoItem item = bugreport.getMemInfo();
149 if (bugreport.getProcrank() != null) {
150 parseProcRankMap(listener, bugreport.getProcrank());