mirror of
https://github.com/monero-project/monero.git
synced 2026-07-30 23:50:24 -07:00
Fixup choice of easylogging++ vs libunwind stack trace code
This commit is contained in:
@@ -51,8 +51,9 @@
|
||||
|
||||
#define ELPP_THREAD_SAFE
|
||||
#define ELPP_DEFAULT_LOG_FILE ""
|
||||
#ifndef __ANDROID__
|
||||
#define ELPP_STACKTRACE_ON_CRASH 0
|
||||
#if !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__
|
||||
#else
|
||||
#define ELPP_STACKTRACE_ON_CRASH 1
|
||||
#endif
|
||||
#define ELPP_DISABLE_DEFAULT_CRASH_HANDLING
|
||||
#define ELPP_FEATURE_CRASH_LOG 1
|
||||
|
||||
Reference in New Issue
Block a user