mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-23 15:20:34 +00:00
commit
ef44c7d42d
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user