Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshotParser.java102 final Matcher nativeNoLocRe = NATIVE_NO_LOC_RE.matcher(""); in parse() local
184 } else if (Utils.matches(nativeNoLocRe, text)) { in parse()
187 frame.library = nativeNoLocRe.group(1); in parse()
188 frame.symbol = nativeNoLocRe.group(2); in parse()