Merge pull request #1713

422ecc98 Fixup choice of easylogging++ vs libunwind stack trace code (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-02-12 23:25:42 +02:00
commit 4e7bcad58f
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
3 changed files with 7 additions and 3 deletions

View file

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