feat: optional CTD reports to gauge stability

This commit is contained in:
goat 2022-07-24 21:23:20 +02:00
parent 1767bbf5b1
commit d2ecddbf35
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
4 changed files with 57 additions and 10 deletions

View file

@ -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";