summaryrefslogtreecommitdiff
path: root/android/2.0/location_api/MeasurementAPIClient.cpp
diff options
context:
space:
mode:
authorNilesh Gharde <ngharde@codeaurora.org>2019-05-16 23:57:46 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-05-18 09:12:29 -0700
commit210d3ca227393a46829988577aea95ec2e800c41 (patch)
treec004802c4683526f9db2424fcc4c2b799918f0f2 /android/2.0/location_api/MeasurementAPIClient.cpp
parent051bea2282081ebb5167c5a8dbf8c0405ef15538 (diff)
downloadgps-210d3ca227393a46829988577aea95ec2e800c41.tar.gz
Addressing format related to formating
Added formating related issue as genuine errors fixes Change-Id: Ie01e9ce3bf838a37871a4779ae1403b4dca3d87c CRs-Fixed: 2447200
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();