diff --git a/android/location_api/BatchingAPIClient.cpp b/android/location_api/BatchingAPIClient.cpp index 6022fbfa..21fe2c62 100644 --- a/android/location_api/BatchingAPIClient.cpp +++ b/android/location_api/BatchingAPIClient.cpp @@ -27,7 +27,7 @@ * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_BatchingAPIClient" #include diff --git a/android/location_api/GeofenceAPIClient.cpp b/android/location_api/GeofenceAPIClient.cpp index ee4bfc38..420cdeb3 100644 --- a/android/location_api/GeofenceAPIClient.cpp +++ b/android/location_api/GeofenceAPIClient.cpp @@ -27,7 +27,7 @@ * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_GeofenceApiClient" #include diff --git a/android/location_api/GnssAPIClient.cpp b/android/location_api/GnssAPIClient.cpp index 99b801e9..fb0218f2 100644 --- a/android/location_api/GnssAPIClient.cpp +++ b/android/location_api/GnssAPIClient.cpp @@ -27,7 +27,7 @@ * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_GnssAPIClient" #include diff --git a/android/location_api/MeasurementAPIClient.cpp b/android/location_api/MeasurementAPIClient.cpp index 8e6f48c6..0f998a07 100644 --- a/android/location_api/MeasurementAPIClient.cpp +++ b/android/location_api/MeasurementAPIClient.cpp @@ -27,7 +27,7 @@ * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_MeasurementAPIClient" #include diff --git a/core/ContextBase.cpp b/core/ContextBase.cpp index 849a7d3a..8af48fc7 100644 --- a/core/ContextBase.cpp +++ b/core/ContextBase.cpp @@ -26,7 +26,7 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_CtxBase" #include diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp index aca59093..7cb4086b 100644 --- a/core/LocAdapterBase.cpp +++ b/core/LocAdapterBase.cpp @@ -26,7 +26,7 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_LocAdapterBase" #include diff --git a/core/LocDualContext.cpp b/core/LocDualContext.cpp index c6a88962..90eacff8 100644 --- a/core/LocDualContext.cpp +++ b/core/LocDualContext.cpp @@ -26,7 +26,7 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_DualCtx" #include diff --git a/core/loc_core_log.cpp b/core/loc_core_log.cpp index 620d1b0a..ae5948d5 100644 --- a/core/loc_core_log.cpp +++ b/core/loc_core_log.cpp @@ -27,7 +27,7 @@ * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_core_log" #include diff --git a/location/LocationAPIClientBase.cpp b/location/LocationAPIClientBase.cpp index 6ced55a0..a160adc0 100644 --- a/location/LocationAPIClientBase.cpp +++ b/location/LocationAPIClientBase.cpp @@ -26,7 +26,7 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_APIClientBase" #include diff --git a/utils/MsgTask.cpp b/utils/MsgTask.cpp index 636dd4cd..80abeecd 100644 --- a/utils/MsgTask.cpp +++ b/utils/MsgTask.cpp @@ -26,7 +26,7 @@ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_MsgTask" #include diff --git a/utils/loc_cfg.cpp b/utils/loc_cfg.cpp index 926781a6..d2364f69 100644 --- a/utils/loc_cfg.cpp +++ b/utils/loc_cfg.cpp @@ -27,7 +27,7 @@ * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_utils_cfg" #include diff --git a/utils/loc_log.cpp b/utils/loc_log.cpp index f6b54f91..23b28944 100644 --- a/utils/loc_log.cpp +++ b/utils/loc_log.cpp @@ -27,7 +27,7 @@ * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #include #include diff --git a/utils/loc_misc_utils.cpp b/utils/loc_misc_utils.cpp index dfe19a2d..5d669916 100644 --- a/utils/loc_misc_utils.cpp +++ b/utils/loc_misc_utils.cpp @@ -32,7 +32,7 @@ #include #include -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_misc_utils" int loc_util_split_string(char *raw_string, char **split_strings_ptr, diff --git a/utils/loc_nmea.cpp b/utils/loc_nmea.cpp index dee98dbe..e288af46 100644 --- a/utils/loc_nmea.cpp +++ b/utils/loc_nmea.cpp @@ -27,7 +27,7 @@ * */ -#define LOG_NDDEBUG 0 +#define LOG_NDEBUG 0 #define LOG_TAG "LocSvc_nmea" #include #include