Searched refs:logcatTag (Results 1 – 1 of 1) sorted by relevance
216 protected boolean checkLogcatForText(String logcatTag, String text, int maxTimeMs) { in checkLogcatForText() argument261 getDevice().executeShellCommand(String.format("logcat -s %s -e '%s'", logcatTag, text), in checkLogcatForText()