mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #3063
dff97112
easylogging++: do not use crash log code on android, etc (moneromooo-monero)
This commit is contained in:
commit
bfc0bd82dd
2
external/easylogging++/ea_config.h
vendored
2
external/easylogging++/ea_config.h
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user