提交 d22fd932 编写于 作者: Z zhengweiwei2

add tracelog

Signed-off-by: Nzhengweiwei2 <zhengweiwei7@huawei.com>
上级 d6b1433f
......@@ -230,6 +230,7 @@ class Build():
gn_args = cmd_args.get('gn', [])
if cmd_args.get('log_level') == 'debug':
gn_args.append('-v')
gn_args.append('--tracelog={}/gn_trace.log'.format(self.config._out_path))
os_level = self.config.os_level
gn_cmd = [
gn_path,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册