diff options
Diffstat (limited to 'src/crashlog.h')
-rw-r--r-- | src/crashlog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crashlog.h b/src/crashlog.h index 7f1ff47ed..7d15c3512 100644 --- a/src/crashlog.h +++ b/src/crashlog.h @@ -114,6 +114,12 @@ public: */ static void InitialiseCrashLog(); + /** + * Prepare crash log handler for a newly started thread. + * @note must be implemented by all implementers of CrashLog. + */ + static void InitThread(); + static void SetErrorMessage(const char *message); static void AfterCrashLogCleanup(); }; |