Searched refs:JAVA_CRASH_PROCESS_PID (Results 1 – 1 of 1) sorted by relevance
86 private static final Pattern JAVA_CRASH_PROCESS_PID = Pattern.compile( field in LogcatParser354 Matcher m = JAVA_CRASH_PROCESS_PID.matcher(line); in commit()