Merge pull request #3063

dff97112 easylogging++: do not use crash log code on android, etc (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-01-10 11:55:58 +01:00
commit bfc0bd82dd
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,7 @@
#define ELPP_NO_DEBUG_MACROS
#ifdef EASYLOGGING_CC
#if !(!defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__)
#define ELPP_FEATURE_CRASH_LOG
#endif
#endif