format:格式化。
This commit is contained in:
parent
274db34e38
commit
185508ae05
@ -49,7 +49,7 @@ void UseExceptionHandler(EXCEPTION_POINTERS* exception);
|
||||
#ifdef WIN_OS
|
||||
#define CRASHELPER_MARK_ENTRY() \
|
||||
backward::SignalHandling sh; \
|
||||
sh.register_crash_use_handler([](EXCEPTION_POINTERS* exception) { backward::UseExceptionHandler(exception); }); \
|
||||
sh.register_crash_use_handler([](EXCEPTION_POINTERS* exception) { backward::UseExceptionHandler(exception); }); \
|
||||
sh.register_crash_path([]() -> std::string { return backward::GetCurFullLogPath(); })
|
||||
#elif defined(MAC_OS)
|
||||
#elif defined(LINUX_OS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user