diff --git a/src/Calculator/App.xaml.cs b/src/Calculator/App.xaml.cs index 9ecfaa03..4a29d0d6 100644 --- a/src/Calculator/App.xaml.cs +++ b/src/Calculator/App.xaml.cs @@ -186,8 +186,9 @@ namespace CalculatorApp await jumpList.SaveAsync(); } - catch + catch (Exception ex) { + TraceLogger.GetInstance().LogError(ViewMode.None, nameof(SetupJumpListAsync), ex.ToString()); #if DEBUG throw; #endif