Home
last modified time | relevance | path

Searched refs:rootcanal_logpath (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_base_test.py67 rootcanal_logpath = os.path.join(log_path_base, 'rootcanal_logs.txt')
68 info['rootcanal_logpath'] = rootcanal_logpath
102 info['rootcanal_logger'] = AsyncSubprocessLogger(rootcanal_process, [rootcanal_logpath],
134 def dump_crashes_core(dut, cert, rootcanal_running, rootcanal_process, rootcanal_logpath): argument
140 rootcanal_crash, roocanal_log_tail = read_crash_snippet_and_log_tail(rootcanal_logpath)
213 self.rootcanal_logpath = self.info['rootcanal_logpath']
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dgd_base_test.py155 self.rootcanal_logpath = None
165 self.rootcanal_logpath = os.path.join(self.log_path_base, 'rootcanal_logs.txt')
195 … self.rootcanal_logger = AsyncSubprocessLogger(self.rootcanal_process, [self.rootcanal_logpath],
287 … rootcanal_crash, roocanal_log_tail = read_crash_snippet_and_log_tail(self.rootcanal_logpath)