Home | History | Annotate | Download | only in bugreport

Lines Matching refs:Bugreport

17 package com.android.bugreport.bugreport;
19 import com.android.bugreport.logcat.LogcatParser;
20 import com.android.bugreport.stacks.VmTracesParser;
21 import com.android.bugreport.util.Utils;
22 import com.android.bugreport.util.Line;
23 import com.android.bugreport.util.Lines;
36 * Parses a bugreport text file. The object can be reused, but can only parse
37 * one bugreport at a time (i.e. any single object is not thread-safe).
57 private Bugreport mBugreport;
60 * Base class for bugreport section parsers. They self-report which
79 * Construct the bugreport parser.
91 * Parse the input into a Bugreport object.
93 public Bugreport parse(Lines<? extends Line> lines) {
94 mBugreport = new Bugreport();
131 // Except the last one for the whole bugreport has an extra footer
175 * stuff to the Bugreport.