Searched refs:Logcat (Results 1 – 11 of 11) sorted by relevance
32 class Logcat(object): class99 with Logcat(_VAR_LOGCAT_BOOT_PATH):
855 self.logcat_proc = arc_common.Logcat()
189 for data in self._adb.Logcat(227 self._adb.Logcat(clear=True)
24 test_adb.Logcat = mock.Mock(return_value=(l for l in raw_logcat))114 test_adb.Logcat = mock.Mock(return_value=LogGenerator())
60 for logcat_line in device.adb.Logcat(dump=True)[-50:]:
1 ## Send Rust logs to Logcat
43 Include Android Logcat messages in the trace and view them in conjunction with other trace data.
86 # Logcat
125 # CHECK-LOGCAT: Facebook Logcat:
718 def Logcat(self, member in AdbWrapper
205 ### AdbWrapper.Logcat