mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 00:07:38 +00:00
disable ELPP_STACKTRACE_ON_CRASH for android
This commit is contained in:
parent
3473af00ad
commit
5d00659e1d
1 changed files with 2 additions and 0 deletions
|
@ -51,7 +51,9 @@
|
|||
|
||||
#define ELPP_THREAD_SAFE
|
||||
#define ELPP_DEFAULT_LOG_FILE ""
|
||||
#ifndef __ANDROID__
|
||||
#define ELPP_STACKTRACE_ON_CRASH 0
|
||||
#endif
|
||||
#define ELPP_DISABLE_DEFAULT_CRASH_HANDLING
|
||||
#define ELPP_FEATURE_CRASH_LOG 1
|
||||
#define ELPP_DISABLE_CHECK_MACROS
|
||||
|
|
Loading…
Reference in a new issue