!5760 aa 工具添加日志

Merge pull request !5760 from zhuhan/0609
This commit is contained in:
openharmony_ci 2023-06-20 08:31:50 +00:00 committed by Gitee
commit ef44c7d42d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -80,6 +80,7 @@ bool ShellCommandConfigLoder::ReadConfig(const std::string &filePath)
continue;
}
std::string cmd = aaJson[AA_TOOL_COMMAND_LIST][i].get<std::string>();
HILOG_DEBUG("add cmd: %{public}s", cmd.c_str());
commands_.emplace(cmd);
}