Searched refs:anyJavaCrashTagMatches (Results 1 – 1 of 1) sorted by relevance
310 if (anyJavaCrashTagMatches(level, tag)) { in parseLine()347 } else if (anyJavaCrashTagMatches(data.mLevel, data.mTag)) { in commit()549 private boolean anyJavaCrashTagMatches(String level, String tag) { in anyJavaCrashTagMatches() method in LogcatParser