Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/parser/
DMonkeyLogParser.java86 private boolean mMatchingCrash = false; field in MonkeyLogParser
146 if (mMatchingCrash) { in parseLine()
277 mMatchingCrash = true; in parseLine()
316 mMatchingCrash = false; in reset()