mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user