Searched refs:isAdbLogcatOn (Results 1 – 2 of 2) sorted by relevance
662 def isAdbLogcatOn(self): member in AndroidDevice770 if self.isAdbLogcatOn:794 if not self.isAdbLogcatOn:1114 has_adb_log = self.isAdbLogcatOn
1588 if (not device.isAdbLogcatOn) or device.fatal_error: