mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add info log message for plugin constructors
This commit is contained in:
parent
e0240784b5
commit
3221f930c4
1 changed files with 2 additions and 0 deletions
|
|
@ -113,7 +113,9 @@ namespace Flow.Launcher.Core.Plugin
|
|||
|
||||
plugins.Add(new PluginPair { Plugin = plugin, Metadata = metadata });
|
||||
});
|
||||
|
||||
metadata.InitTime += milliseconds;
|
||||
API.LogInfo(ClassName, $"Constructor cost for <{metadata.Name}> is <{metadata.InitTime}ms>");
|
||||
}
|
||||
|
||||
if (erroredPlugins.Count > 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue