1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 15:26:00 +02:00

Added version info to crash catcher

This commit is contained in:
Brian Fiete 2019-09-12 09:47:19 -07:00
parent 9309297295
commit 303b45f438
2 changed files with 107 additions and 17 deletions

View file

@ -15,6 +15,7 @@ public:
void AddCrashInfoFunc(CrashInfoFunc crashInfoFunc);
void AddInfo(const StringImpl& str);
void Test();
void Crash(const StringImpl& str);
void SetCrashReportKind(BfpCrashReportKind crashReportKind);
};