From 45b28da6e13e83f652272cbe9966bed79f38820d Mon Sep 17 00:00:00 2001 From: LoveSy Date: Wed, 25 Nov 2020 19:23:34 +0800 Subject: [PATCH] Remove debug log --- edxp-core/src/main/cpp/main/include/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edxp-core/src/main/cpp/main/include/logging.h b/edxp-core/src/main/cpp/main/include/logging.h index 9298749b..5c7625b4 100644 --- a/edxp-core/src/main/cpp/main/include/logging.h +++ b/edxp-core/src/main/cpp/main/include/logging.h @@ -14,7 +14,7 @@ #define LOGW(...) #define LOGE(...) #else -#if 1 +#ifndef NDEBUG #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) #else #define LOGD(...)