diff options
author | MoroccanMalinois <MoroccanMalinois@protonmail.com> | 2017-02-06 05:14:15 +0000 |
---|---|---|
committer | MoroccanMalinois <MoroccanMalinois@protonmail.com> | 2017-02-06 05:14:15 +0000 |
commit | 5d00659e1dd737b021ff8eb8be03b6b1002a01b2 (patch) | |
tree | e063c00f98d4496d0a4ba77858def38ca7a71be6 | |
parent | Merge pull request #1655 (diff) | |
download | monero-5d00659e1dd737b021ff8eb8be03b6b1002a01b2.tar.xz |
disable ELPP_STACKTRACE_ON_CRASH for android
-rw-r--r-- | contrib/epee/include/misc_log_ex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/epee/include/misc_log_ex.h b/contrib/epee/include/misc_log_ex.h index fbfd6941f..b1685f382 100644 --- a/contrib/epee/include/misc_log_ex.h +++ b/contrib/epee/include/misc_log_ex.h @@ -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 |