mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 00:07:49 +01:00
feat: serialize last exception for franzbot
This commit is contained in:
parent
1333ea7a72
commit
06b1163a52
2 changed files with 38 additions and 3 deletions
|
|
@ -196,6 +196,7 @@ namespace Dalamud
|
|||
{
|
||||
case Exception ex:
|
||||
Log.Fatal(ex, "Unhandled exception on AppDomain");
|
||||
Troubleshooting.LogException(ex, "DalamudUnhandled");
|
||||
|
||||
var info = "Further information could not be obtained";
|
||||
if (ex.TargetSite != null && ex.TargetSite.DeclaringType != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue