mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
feat: optional CTD reports to gauge stability
This commit is contained in:
parent
1767bbf5b1
commit
d2ecddbf35
4 changed files with 57 additions and 10 deletions
|
|
@ -9,6 +9,10 @@ struct exception_info
|
|||
DWORD ProcessId;
|
||||
BOOL DoFullDump;
|
||||
wchar_t DumpPath[1000];
|
||||
|
||||
// For metrics
|
||||
DWORD ExceptionCode;
|
||||
long long Lifetime;
|
||||
};
|
||||
|
||||
constexpr wchar_t SHARED_INFO_FILE_NAME[] = L"DalamudCrashInfoShare";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue