We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8269304 commit 91e2366Copy full SHA for 91e2366
Flow.Launcher/App.xaml.cs
@@ -138,13 +138,13 @@ private async void OnStartup(object sender, StartupEventArgs e)
138
{
139
await Stopwatch.NormalAsync("|App.OnStartup|Startup cost", async () =>
140
141
+ Log.SetLogLevel(_settings.LogLevel);
142
+
143
Ioc.Default.GetRequiredService<Portable>().PreStartCleanUpAfterPortabilityUpdate();
144
145
Log.Info("|App.OnStartup|Begin Flow Launcher startup ----------------------------------------------------");
146
Log.Info($"|App.OnStartup|Runtime info:{ErrorReporting.RuntimeInfo()}");
147
- Log.SetLogLevel(_settings.LogLevel);
-
148
RegisterAppDomainExceptions();
149
RegisterDispatcherUnhandledException();
150
0 commit comments