1
mirror of https://github.com/monero-project/monero synced 2024-09-27 09:30:19 +02:00

easylogging++: do not use crash log code on android, etc

This commit is contained in:
moneromooo-monero 2018-01-04 12:50:43 +00:00
parent a529f0a6c9
commit dff97112c8
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

View File

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