mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 11:26:09 -04:00
Use easylogging++'s stack trace facility where possible
This avoids using libunwind, which often causes trouble.
This commit is contained in:
parent
b01990124e
commit
cd34fc655d
3 changed files with 34 additions and 8 deletions
|
@ -51,8 +51,9 @@
|
|||
|
||||
#define ELPP_THREAD_SAFE
|
||||
#define ELPP_DEFAULT_LOG_FILE ""
|
||||
#define ELPP_STACKTRACE 0
|
||||
#define ELPP_STACKTRACE_ON_CRASH 0
|
||||
#define ELPP_DISABLE_DEFAULT_CRASH_HANDLING
|
||||
#define ELPP_FEATURE_CRASH_LOG 1
|
||||
#define ELPP_DISABLE_CHECK_MACROS
|
||||
#include "easylogging++.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue