Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DProtoDumpTestCase.java216 protected boolean checkLogcatForText(String logcatTag, String text, int maxTimeMs) { in checkLogcatForText() argument
261 getDevice().executeShellCommand(String.format("logcat -s %s -e '%s'", logcatTag, text), in checkLogcatForText()