Merge pull request #1671

cd34fc65 Use easylogging++'s stack trace facility where possible (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-02-04 17:27:54 +02:00
commit 5da4650cba
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
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"