mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Added Relaunch option on crash dialog
This commit is contained in:
parent
980132c3cc
commit
a215bac755
7 changed files with 79 additions and 7 deletions
|
@ -18,7 +18,9 @@ public:
|
|||
EXCEPTION_POINTERS* mExceptionPointers;
|
||||
LPTOP_LEVEL_EXCEPTION_FILTER mPreviousFilter;
|
||||
bool mDebugError;
|
||||
bool mCloseRequested;
|
||||
BfpCrashReportKind mCrashReportKind;
|
||||
String mRelaunchCmd;
|
||||
|
||||
public:
|
||||
CrashCatcher();
|
||||
|
@ -30,6 +32,7 @@ public:
|
|||
virtual void Test();
|
||||
virtual void Crash(const StringImpl& str);
|
||||
virtual void SetCrashReportKind(BfpCrashReportKind crashReportKind);
|
||||
virtual void SetRelaunchCmd(const StringImpl& relaunchCmd);
|
||||
|
||||
static CrashCatcher* Get();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue