Searched refs:Logcat (Results 1 – 4 of 4) sorted by relevance
164 for data in self._adb.Logcat(filter_specs=self._filter_specs,191 self._adb.Logcat(clear=True)
22 test_adb.Logcat = mock.Mock(return_value=(l for l in raw_logcat))106 test_adb.Logcat = mock.Mock(return_value=LogGenerator())
97 return result, '\n'.join(device.adb.Logcat(dump=True))
548 def Logcat(self, clear=False, dump=False, filter_specs=None, member in AdbWrapper