|
@@ -61,6 +61,11 @@ void PluginManager::initPluginInfo()
|
|
|
{
|
|
{
|
|
|
if(m_pluginInfoMap.contains(fileInfo.fileName()))
|
|
if(m_pluginInfoMap.contains(fileInfo.fileName()))
|
|
|
continue;
|
|
continue;
|
|
|
|
|
+
|
|
|
|
|
+ LOG_INFO("unrecord plugin name: {}", fileInfo.fileName().toUtf8().data());
|
|
|
|
|
+ LOG_INFO("unrecord plugin path: {}", fileInfo.filePath().toUtf8().data());
|
|
|
|
|
+ LOG_INFO("unrecord plugin enabled: {}", true);
|
|
|
|
|
+
|
|
|
plugin_info_st info;
|
|
plugin_info_st info;
|
|
|
info.fileName = fileInfo.fileName();
|
|
info.fileName = fileInfo.fileName();
|
|
|
info.filePath = fileInfo.filePath();
|
|
info.filePath = fileInfo.filePath();
|