Searched refs:currentReport (Results 1 – 1 of 1) sorted by relevance
326 ArrayList<String> currentReport = null; in processDmesg() local330 if (currentReport == null) { in processDmesg()336 currentReport = new ArrayList<String>(); in processDmesg()337 currentReport.add(line); in processDmesg()346 lastReport = String.join("\n", currentReport); in processDmesg()347 currentReport = null; in processDmesg()350 currentReport.add(line); in processDmesg()