From d6b0854a7050ca571a6eeb3b0302e000c8857fb2 Mon Sep 17 00:00:00 2001 From: Mike Cailean Date: Fri, 9 Nov 2018 14:15:28 -0800 Subject: [PATCH] Lowered the severity of debug message Lowered the severity of debug message when setting callback function for geofencing Change-Id: I2bbd0648d1dba5d7d655545bb0487223dbccb9cb CRs-fixed: 2347777 --- android/1.1/GnssGeofencing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/1.1/GnssGeofencing.cpp b/android/1.1/GnssGeofencing.cpp index 5c11afe0..d57a6667 100644 --- a/android/1.1/GnssGeofencing.cpp +++ b/android/1.1/GnssGeofencing.cpp @@ -53,7 +53,7 @@ GnssGeofencing::~GnssGeofencing() { // Methods from ::android::hardware::gnss::V1_0::IGnssGeofencing follow. Return GnssGeofencing::setCallback(const sp& callback) { if (mApi != nullptr) { - LOC_LOGE("%s]: mApi is NOT nullptr", __FUNCTION__); + LOC_LOGd("mApi is NOT nullptr"); return Void(); }