Signed-off-by: 任国军 <renguojun1@h-partners.com>
This commit is contained in:
任国军
2025-10-29 18:42:56 +08:00
parent 64591396e9
commit d2993fc641
+1 -1
View File
@@ -4233,7 +4233,7 @@ bool MainThread::IsPluginNamespaceInherited()
std::vector<std::string> MainThread::ParsePluginDefaultNamespaceLdDictionary()
{
auto pluginDefaultNamespaceLdDictionary_ = system::GetParameter(PLUGIN_DEFAULT_NAMESPACE_LDDICTIONARY, "");
TAG_LOGD(AAFwkTag::APPKIT, "plugin_default_namespace_lddictionary: %{public}d", pluginDefaultNamespaceLdDictionary_);
TAG_LOGD(AAFwkTag::APPKIT, "plugin_default_namespace_lddictionary: %{public}s", pluginDefaultNamespaceLdDictionary_.c_str());
std::vector<std::string> result;
SplitStr(pluginDefaultNamespaceLdDictionary_, ":", result);
return result;