catch exception when dump position history xml

This commit is contained in:
Kang Yu 2024-08-27 19:32:13 -07:00
parent 7fd80af8bf
commit 1ef5e99d40
2 changed files with 14 additions and 12 deletions

View file

@ -812,14 +812,7 @@ namespace PersistentWindows.SystrayShell
public static void WriteDataDump()
{
try
{
pwp.WriteDataDump();
}
catch (Exception e)
{
Log.Error(e.ToString());
}
pwp.WriteDataDump();
}
}
}