From 5d00659e1dd737b021ff8eb8be03b6b1002a01b2 Mon Sep 17 00:00:00 2001 From: MoroccanMalinois Date: Mon, 6 Feb 2017 05:14:15 +0000 Subject: [PATCH] disable ELPP_STACKTRACE_ON_CRASH for android --- contrib/epee/include/misc_log_ex.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/epee/include/misc_log_ex.h b/contrib/epee/include/misc_log_ex.h index fbfd6941..b1685f38 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