Searched refs:BugreportParser (Results 1 – 4 of 4) sorted by relevance
164 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse()216 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_set_logcat_year()229 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_command_line()233 bugreport = new BugreportParser().parse(lines); in testParse_command_line()238 bugreport = new BugreportParser().parse(lines); in testParse_command_line()245 bugreport = new BugreportParser().parse(lines); in testParse_command_line()251 bugreport = new BugreportParser().parse(lines); in testParse_command_line()268 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_kernel_good()286 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_kernel_bad()305 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_prop_good()[all …]
24 import com.android.loganalysis.parser.BugreportParser;112 BugreportItem bugreport = new BugreportParser().parse(reader); in run()
23 import com.android.loganalysis.parser.BugreportParser;466 return new BugreportParser().parse(new BufferedReader(new FileReader(main))); in takeBugreport()
48 public class BugreportParser extends AbstractSectionParser { class