Home
last modified time | relevance | path

Searched refs:InterestingLineMatcher (Results 1 – 1 of 1) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java700 private class InterestingLineMatcher { class in Inspector
708 public InterestingLineMatcher(String tag, String regex) { in InterestingLineMatcher() method in Inspector.InterestingLineMatcher
726 private final InterestingLineMatcher[] mInterestingLineMatchers
727 = new InterestingLineMatcher[] {
729 new InterestingLineMatcher("ActivityManager",
749 for (InterestingLineMatcher ilm: mInterestingLineMatchers) { in makeInterestingLogcat()