Searched refs:LogcatMonitor (Results 1 – 4 of 4) sorted by relevance
25 test_log = logcat_monitor.LogcatMonitor(test_adb, clear=False)115 test_log = logcat_monitor.LogcatMonitor(test_adb, clear=False)
26 class LogcatMonitor(object): class
3482 return logcat_monitor.LogcatMonitor(self.adb, *args, **kwargs)
364 Returns a new LogcatMonitor associated with this device.367 |logcat_monitor.LogcatMonitor| and are documented there.