Searched refs:sLogcat (Results 1 – 1 of 1) sorted by relevance
577 private static final Pattern sLogcat = Pattern.compile("^logcat(\\s|$)"); field in DumpActivity581 if (sLogcat.matcher(command).find()) { in buildCommandLine()