Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshotParser.java71 public static final Pattern NO_MANAGED_STACK_FRAME_RE = Pattern.compile( field in ThreadSnapshotParser
113 final Matcher noManagedStackFrameRe = NO_MANAGED_STACK_FRAME_RE.matcher(""); in parse()