mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Added crash text to minidump
This commit is contained in:
parent
7bd29b5b69
commit
a7e9182d4b
3 changed files with 61 additions and 48 deletions
|
@ -11,14 +11,14 @@ class CrashCatcher
|
|||
{
|
||||
public:
|
||||
Array<CrashInfoFunc> mCrashInfoFuncs;
|
||||
StringT<0> mCrashInfo;
|
||||
String mCrashInfo;
|
||||
bool mCrashed;
|
||||
bool mInitialized;
|
||||
CritSect mBfpCritSect;
|
||||
EXCEPTION_POINTERS* mExceptionPointers;
|
||||
LPTOP_LEVEL_EXCEPTION_FILTER mPreviousFilter;
|
||||
bool mDebugError;
|
||||
BfpCrashReportKind mCrashReportKind;
|
||||
BfpCrashReportKind mCrashReportKind;
|
||||
|
||||
public:
|
||||
CrashCatcher();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue