mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-17 04:40:12 +10:00
fix: Log all silent exceptions
This commit is contained in:
@@ -115,7 +115,10 @@ namespace WPinternals
|
||||
LogWatcher.Enabled = true;
|
||||
App.IsPnPEventLogMissing = false;
|
||||
}
|
||||
catch { }
|
||||
catch (Exception ex)
|
||||
{
|
||||
LogFile.LogException(ex, LogType.FileOnly);
|
||||
}
|
||||
}
|
||||
|
||||
private void PnPEventWritten(Object obj, EventRecordWrittenEventArgs arg)
|
||||
|
||||
Reference in New Issue
Block a user