Searched refs:isAdbLogcatOn (Results 1 – 2 of 2) sorted by relevance
685 def isAdbLogcatOn(self): member in AndroidDevice793 if self.isAdbLogcatOn:817 if not self.isAdbLogcatOn:1141 has_adb_log = self.isAdbLogcatOn
1588 if (not device.isAdbLogcatOn) or device.fatal_error: