diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-02-04 17:27:54 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-02-04 17:27:54 +0200 |
commit | 5da4650cba43520e91b002513312a1c6613d6e04 (patch) | |
tree | e2dbe7a3deaee4e95ea649bb011f02b6baa25c0f /contrib | |
parent | Merge pull request #1672 (diff) | |
parent | Use easylogging++'s stack trace facility where possible (diff) | |
download | monero-5da4650cba43520e91b002513312a1c6613d6e04.tar.xz |
Merge pull request #1671
cd34fc65 Use easylogging++'s stack trace facility where possible (moneromooo-monero)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/epee/include/misc_log_ex.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/epee/include/misc_log_ex.h b/contrib/epee/include/misc_log_ex.h index f04282438..fbfd6941f 100644 --- a/contrib/epee/include/misc_log_ex.h +++ b/contrib/epee/include/misc_log_ex.h @@ -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" |