Home
last modified time | relevance | path

Searched refs:write_log (Results 1 - 7 of 7) sorted by relevance

/build/hb/util/
H A Dmonitor.py125 LogUtil.write_log(self.log_path, f"User Cpu%: {usr_cpu}%", "info")
126 LogUtil.write_log(self.log_path, f"System Cpu%: {sys_cpu}%", "info")
127 LogUtil.write_log(self.log_path, f"Idle CPU%: {idle_cpu}%", "info")
134 LogUtil.write_log(self.log_path, f"Total Memory: {total_mem}GB", "info")
135 LogUtil.write_log(self.log_path, f"Free Memory: {free_mem}GB", "info")
136 LogUtil.write_log(self.log_path, f"Swap Memory: {swap_mem}GB", "info")
154 LogUtil.write_log(self.log_path,
163 LogUtil.write_log(self.log_path, f"Error running df command:{result.stderr}", "info")
H A Dlog_util.py82 def write_log(log_path, msg, level): member in LogUtil
/build/hb/containers/
H A Dstatus.py87 LogUtil.write_log(_log_path, traceback.format_exc() + '\n', 'error')
88 LogUtil.write_log(_log_path,
/build/hb/services/
H A Dninja.py46 LogUtil.write_log(self.config.log_path,
62 LogUtil.write_log(
H A Dgn.py103 LogUtil.write_log(self.config.log_path, 'Excuting gn command: {} {} --args="{}" {}'.format(
H A Dloader.py863 LogUtil.write_log(self.config.log_path,
/build/hb/resolver/
H A Dbuild_args_resolver.py232 LogUtil.write_log(Config().log_path, 'In the component "{}" directory,'

Completed in 5 milliseconds