Searched refs:reportRegex (Results 1 – 1 of 1) sorted by relevance
338 String reportRegex = tsRegex + "\\[" + task + "\\].*"; in processDmesg() local339 reportPattern = Pattern.compile(reportRegex); in processDmesg()