Home
last modified time | relevance | path

Searched refs:LogUtil (Results 1 - 25 of 36) sorted by relevance

12

/build/hb/resolver/
H A Denv_args_resolver.py27 from util.log_util import LogUtil namespace
47 LogUtil.hb_info('Necessary package: {}'.format(
49 LogUtil.hb_info('Installed package: {}'.format(
51 LogUtil.hb_info('Uninstalled package: {}'.format(
54 LogUtil.hb_info(
70 LogUtil.hb_info('root path: {}'.format(root_path))
71 LogUtil.hb_info('board: {}'.format(board))
72 LogUtil.hb_info('kernel: {}'.format(kernel))
73 LogUtil.hb_info('product: {}'.format(product))
74 LogUtil
[all...]
H A Dclean_args_resolver.py27 from util.log_util import LogUtil namespace
38 LogUtil.hb_info(
48 LogUtil.hb_info(
56 LogUtil.hb_info(
/build/hb/util/
H A Dlog_util.py37 class LogUtil(metaclass=NoInstance): class
46 '\r' + (LogUtil.message(level, line)).strip('\n'))
51 sys.stdout.write(LogUtil.message(level, line))
58 sys.stderr.write(LogUtil.message(level, line))
66 sys.stderr.write(LogUtil.message(level, line))
87 sys.stderr.write(LogUtil.message(level, line))
89 log_file.write(LogUtil.message(level, line))
132 LogUtil.hb_error(log)
136 return_status_code = LogUtil.analyze_build_error(error_log, '3')
152 LogUtil
[all...]
H A Dsystem_util.py26 from util.log_util import LogUtil namespace
54 LogUtil.hb_info("start run hpm command")
66 LogUtil.hb_info(info[0], mode=log_mode)
68 LogUtil.hb_info(line)
71 LogUtil.hb_info("end hpm command")
77 LogUtil.get_failed_log(log_path)
H A Dmonitor.py27 from log_util import LogUtil namespace
125 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 Dtimer_util.py19 from util.log_util import LogUtil namespace
32 LogUtil.hb_info("The run time for {} is {} s".format(func.__name__, round(e_time - s_time, 2)))
/build/hb/util/loader/
H A Dgenerate_targets_gn.py22 from util.log_util import LogUtil namespace
92 LogUtil.hb_info(
103 LogUtil.hb_info(
115 LogUtil.hb_info(
127 LogUtil.hb_info(
133 LogUtil.hb_info(
157 LogUtil.hb_info(
218 LogUtil.hb_info(
226 LogUtil.hb_info(
H A Dsubsystem_scan.py22 from util.log_util import LogUtil namespace
108 LogUtil.hb_info('subsytem config scan completed')
H A Dload_ohos_build.py20 from util.log_util import LogUtil namespace
783 LogUtil.hb_info("generate '{}' info to '{}'".format(part_name,
802 LogUtil.hb_info("generate parts modules info to '{}'".format(
812 LogUtil.hb_info(
822 LogUtil.hb_info(
832 LogUtil.hb_info(
844 LogUtil.hb_info(
855 LogUtil.hb_info("generate parts info to '{}'".format(parts_info_file), mode=Config.log_mode)
865 LogUtil.hb_info(
932 LogUtil
[all...]
H A Dplatforms_loader.py18 from util.log_util import LogUtil namespace
195 LogUtil.hb_info(
207 LogUtil.hb_info("generate toolchain to variant of platforms info to '{}'".format(
/build/hb/services/
H A Dpreloader.py25 from util.log_util import LogUtil namespace
76 LogUtil.hb_info(
106 LogUtil.hb_info(
130 LogUtil.hb_info(
152 LogUtil.hb_info(
170 LogUtil.hb_info(
182 LogUtil.hb_info(
198 LogUtil.hb_info(
210 LogUtil.hb_info(
228 LogUtil
[all...]
H A Dninja.py27 from util.log_util import LogUtil namespace
46 LogUtil.write_log(self.config.log_path,
62 LogUtil.write_log(
H A Dloader.py31 from util.log_util import LogUtil namespace
195 LogUtil.hb_info("Checking all build args...")
224 LogUtil.hb_info("Checking all product features...")
252 LogUtil.hb_warning(message)
263 LogUtil.hb_info("Checking parts config...")
369 LogUtil.hb_info(
377 LogUtil.hb_info("generate syscap info with part name list to '{}'".format(
385 LogUtil.hb_info("generate target syscap for init list to '{}'".format(
422 LogUtil.hb_info("generate infos for testfwk to '{}'".format(
437 LogUtil
[all...]
/build/hb/services/interface/
H A Dbuild_executor_interface.py22 from util.log_util import LogUtil namespace
33 LogUtil.hb_warning('duplicated regist arg {}, the original value "{}" will be replace to "{}"'.format(
H A Dload_interface.py21 from util.log_util import LogUtil namespace
44 LogUtil.hb_warning('duplicated regist arg {}, the original value "{}" will be replace to "{}"'.format(
H A Dpreload_interface.py21 from util.log_util import LogUtil namespace
44 LogUtil.hb_warning('duplicated regist arg {}, the original value "{}" will be replace to "{}"'.format(
H A Dbuild_file_generator_interface.py21 from util.log_util import LogUtil namespace
/build/hb/containers/
H A Dstatus.py23 from util.log_util import LogUtil namespace
87 LogUtil.write_log(_log_path, traceback.format_exc() + '\n', 'error')
88 LogUtil.write_log(_log_path,
/build/hb/modules/
H A Dohos_indep_build_module.py23 from util.log_util import LogUtil namespace
56 LogUtil.hb_info('{} build success'.format(','.join(get_part_name())))
H A Dohos_install_module.py24 from util.log_util import LogUtil namespace
56 LogUtil.hb_info('{} build success')
H A Dohos_build_module.py29 from util.log_util import LogUtil namespace
73 LogUtil.hb_info('{} build success'.format(
H A Dohos_push_module.py24 from util.log_util import LogUtil namespace
/build/hb/util/post_gn/
H A Dcheck_compilation_parameters.py22 from util.log_util import LogUtil namespace
58 LogUtil.hb_info('build target "{}" used illegal build parameters {}'.format(build_target, flag))
/build/hb/util/post_build/
H A Dpart_rom_statistics.py23 from util.log_util import LogUtil namespace
41 LogUtil.hb_info(conform_str)
55 LogUtil.hb_info(out_of_standard_str)
68 LogUtil.hb_info(not_yet_standard_str)
/build/ohos/packages/
H A Dfs_process.py27 from hb.util.log_util import LogUtil namespace
136 LogUtil.hb_warning(f'Target file: {tfile} already exists!')
215 LogUtil.hb_info(f'{fs_cfg_path} not found, stop packing fs. '
219 LogUtil.hb_info('component compiling, no need to pack fs')

Completed in 9 milliseconds

12