summaryrefslogtreecommitdiff
path: root/location/LocationAPIClientBase.h
diff options
context:
space:
mode:
authorChengYou Ho <chengyouho@google.com>2019-10-22 08:32:31 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-22 08:32:31 -0700
commitd4d1b630d1a60719098a6a798ecf5adb5e6329f9 (patch)
tree0c6d30454dde48174f79a1add95a9e4271b4d0a3 /location/LocationAPIClientBase.h
parent81467e9585cdfef796e8d8eaacfa28a48b5ff9d3 (diff)
parentb23301cfa55db2898ff8da5997adab6ee23e874a (diff)
downloadgps-d4d1b630d1a60719098a6a798ecf5adb5e6329f9.tar.gz
Merge remote-tracking branch 'goog/qcom/release/LA.UM.8.1.R1.10.00.00.529.095' into qt-qpr1-dev
am: b23301cfa5 Change-Id: Ib6fa9f365b785a5b9da7fa20e9e79f8e0a513f58
Diffstat (limited to 'location/LocationAPIClientBase.h')
-rw-r--r--location/LocationAPIClientBase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/location/LocationAPIClientBase.h b/location/LocationAPIClientBase.h
index fddae60..098000c 100644
--- a/location/LocationAPIClientBase.h
+++ b/location/LocationAPIClientBase.h
@@ -488,6 +488,7 @@ private:
for (size_t i = 0; i < count; i++) {
ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]);
}
+ LOC_LOGD("%s:]Returned geofence-id: %d in add geofence", __FUNCTION__, *ids);
mAPI.onAddGeofencesCb(count, errors, ids);
free(ids);
}
@@ -505,6 +506,7 @@ private:
for (size_t i = 0; i < count; i++) {
ids[i] = mRemovedGeofenceBiDict->getId(sessions[i]);
}
+ LOC_LOGD("%s:]Returned geofence-id: %d in remove geofence", __FUNCTION__, *ids);
mAPI.onRemoveGeofencesCb(count, errors, ids);
free(ids);
delete(mRemovedGeofenceBiDict);