HomeSort by relevance Sort by last modified time
    Searched refs:ProcessSnapshotParser (Results 1 - 3 of 3) sorted by null

  /development/tools/bugreport/src/com/android/bugreport/stacks/
VmTracesParser.java 25 import com.android.bugreport.stacks.ProcessSnapshotParser;
41 private final Matcher mBeginProcessRe = ProcessSnapshotParser.BEGIN_PROCESS_RE.matcher("");
71 ProcessSnapshotParser parser = new ProcessSnapshotParser();
ProcessSnapshotParser.java 34 public class ProcessSnapshotParser {
46 public ProcessSnapshotParser() {
95 System.out.println("ProcessSnapshotParser Dropping: " + text);
120 System.out.println("ProcessSnapshotParser STATE_THREADS Dropping: " + text);
  /development/tools/bugreport/src/com/android/bugreport/anr/
AnrParser.java 25 import com.android.bugreport.stacks.ProcessSnapshotParser;
66 final Matcher beginProcessRe = ProcessSnapshotParser.BEGIN_PROCESS_RE.matcher("");
100 ProcessSnapshotParser parser = new ProcessSnapshotParser();

Completed in 80 milliseconds