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/
DBatteryStatsValidationTest.java605 private void checkLogcatForText(String logcatTag, String text, int maxTimeMs) { in checkLogcatForText() argument
650 getDevice().executeShellCommand(String.format("logcat -s %s -e '%s'", logcatTag, text), in checkLogcatForText()