mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-28 06:30:32 +00:00
feature add sentry for catch crash on win (#50)
* feature add sentry for soft catch dmp * feature add cli upload pdb to sentry server * feature add flag for control sentry to use * fix flag not effect on src/makefile * feature unzip for dmp file to upload sentry server * feature remove test code * feature add api for function report log to server * feature update the soft version
This commit is contained in:
@@ -26,6 +26,4 @@ protected:
|
||||
boost::nowide::ofstream *output_file;
|
||||
};
|
||||
|
||||
#define SET_DEFULTER_HANDLER() SetUnhandledExceptionFilter(CBaseException::UnhandledExceptionFilter)
|
||||
|
||||
#define SET_DEFAUL_EXCEPTION() _set_se_translator(CBaseException::STF)
|
||||
Reference in New Issue
Block a user