Merge "Lowered the severity of debug message"

This commit is contained in:
Linux Build Service Account 2018-11-17 08:16:37 -08:00 committed by Gerrit - the friendly Code Review server
commit 272be96747

View file

@ -53,7 +53,7 @@ GnssGeofencing::~GnssGeofencing() {
// Methods from ::android::hardware::gnss::V1_0::IGnssGeofencing follow. // Methods from ::android::hardware::gnss::V1_0::IGnssGeofencing follow.
Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) { Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) {
if (mApi != nullptr) { if (mApi != nullptr) {
LOC_LOGE("%s]: mApi is NOT nullptr", __FUNCTION__); LOC_LOGd("mApi is NOT nullptr");
return Void(); return Void();
} }