summaryrefslogtreecommitdiff
path: root/android/2.0/location_api/MeasurementAPIClient.cpp
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2019-05-21 22:16:01 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-05-21 22:16:01 -0700
commit51426e477b340950d7614ce6b1a7857b6a9b544f (patch)
tree1e8e6420e8133ea12d5fdc332157a48080d0dad0 /android/2.0/location_api/MeasurementAPIClient.cpp
parent7490804ed9bcf7a2b9c371988466d22b1f659382 (diff)
parent210d3ca227393a46829988577aea95ec2e800c41 (diff)
downloadgps-51426e477b340950d7614ce6b1a7857b6a9b544f.tar.gz
Merge "Addressing format related to formating"
Diffstat (limited to 'android/2.0/location_api/MeasurementAPIClient.cpp')
-rw-r--r--android/2.0/location_api/MeasurementAPIClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/2.0/location_api/MeasurementAPIClient.cpp b/android/2.0/location_api/MeasurementAPIClient.cpp
index 23c3b16..eb0c7d1 100644
--- a/android/2.0/location_api/MeasurementAPIClient.cpp
+++ b/android/2.0/location_api/MeasurementAPIClient.cpp
@@ -170,7 +170,7 @@ void MeasurementAPIClient::measurementClose() {
void MeasurementAPIClient::onGnssMeasurementsCb(
GnssMeasurementsNotification gnssMeasurementsNotification)
{
- LOC_LOGD("%s]: (count: %zu active: %d)",
+ LOC_LOGD("%s]: (count: %u active: %d)",
__FUNCTION__, gnssMeasurementsNotification.count, mTracking);
if (mTracking) {
mMutex.lock();