summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMike Cailean <mcailean@codeaurora.org>2018-11-09 14:15:28 -0800
committerMike Cailean <mcailean@codeaurora.org>2018-11-13 16:36:26 -0800
commitd6b0854a7050ca571a6eeb3b0302e000c8857fb2 (patch)
tree60082fd90b212a857b3f042cc24d62018c782839 /android
parent5b53be1d9e037a197cdc56b65c73543c63051df1 (diff)
downloadgps-d6b0854a7050ca571a6eeb3b0302e000c8857fb2.tar.gz
Lowered the severity of debug message
Lowered the severity of debug message when setting callback function for geofencing Change-Id: I2bbd0648d1dba5d7d655545bb0487223dbccb9cb CRs-fixed: 2347777
Diffstat (limited to 'android')
-rw-r--r--android/1.1/GnssGeofencing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/1.1/GnssGeofencing.cpp b/android/1.1/GnssGeofencing.cpp
index 5c11afe..d57a666 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<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) {
if (mApi != nullptr) {
- LOC_LOGE("%s]: mApi is NOT nullptr", __FUNCTION__);
+ LOC_LOGd("mApi is NOT nullptr");
return Void();
}