From cd34fc655d5bf4ed5d9425222b78a771b7a55294 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 4 Feb 2017 12:33:03 +0000 Subject: Use easylogging++'s stack trace facility where possible This avoids using libunwind, which often causes trouble. --- contrib/epee/include/misc_log_ex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib') 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" -- cgit v1.2.3