Searched refs:outputList (Results 1 – 1 of 1) sorted by relevance
802 String[] outputList = output.split("\\n\\n"); in extractLogcatInfo() local811 Matcher matcherHeader = LOGCAT_STATISTICS_HEADER_PATTERN.matcher(outputList[0]); in extractLogcatInfo()812 Matcher matcherTotal = LOGCAT_STATISTICS_TOTAL_PATTERN.matcher(outputList[0]); in extractLogcatInfo()813 Matcher matcherNow = LOGCAT_STATISTICS_NOW_PATTERN.matcher(outputList[0]); in extractLogcatInfo()