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