Searched refs:LogcatMonitor (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/
H A Dlogcat_monitor_test.py23 test_log = logcat_monitor.LogcatMonitor(test_adb, clear=False)
107 test_log = logcat_monitor.LogcatMonitor(test_adb, clear=False)
H A Dlogcat_monitor.py24 class LogcatMonitor(object): class in inherits:object
34 """Create a LogcatMonitor instance.
H A Ddevice_utils.py2391 """Returns a new LogcatMonitor associated with this device.
2394 |logcat_monitor.LogcatMonitor| and are documented there.
2396 return logcat_monitor.LogcatMonitor(self.adb, *args, **kwargs)
/external/libmojo/third_party/catapult/devil/devil/android/
H A Dlogcat_monitor_test.py23 test_log = logcat_monitor.LogcatMonitor(test_adb, clear=False)
107 test_log = logcat_monitor.LogcatMonitor(test_adb, clear=False)
H A Dlogcat_monitor.py22 class LogcatMonitor(object): class in inherits:object
31 """Create a LogcatMonitor instance.
H A Ddevice_utils.py2183 """Returns a new LogcatMonitor associated with this device.
2186 |logcat_monitor.LogcatMonitor| and are documented there.
2188 return logcat_monitor.LogcatMonitor(self.adb, *args, **kwargs)

Completed in 70 milliseconds