Home
last modified time | relevance | path

Searched refs:sLogcat (Results 1 – 1 of 1) sorted by relevance

/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java577 private static final Pattern sLogcat = Pattern.compile("^logcat(\\s|$)"); field in DumpActivity
581 if (sLogcat.matcher(command).find()) { in buildCommandLine()