Use easylogging++'s stack trace facility where possible

This avoids using libunwind, which often causes trouble.
This commit is contained in:
moneromooo-monero 2017-02-04 12:33:03 +00:00
parent b01990124e
commit cd34fc655d
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 34 additions and 8 deletions

View file

@ -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"