Searched refs:mMatchingNativeCrash (Results 1 – 1 of 1) sorted by relevance
88 private boolean mMatchingNativeCrash = false; field in MonkeyLogParser147 if (!mMatchingJavaCrash && !mMatchingNativeCrash && line.startsWith("// Short Msg: ")) { in parseLine()149 mMatchingNativeCrash = true; in parseLine()159 } else if (mMatchingNativeCrash) { in parseLine()318 mMatchingNativeCrash = false; in reset()