commit | 5fb90f91b7984e61d57591880bed0257cd35d7da | [log] [tgz] |
---|---|---|
author | Daniel Estrada Alva <destradaa@google.com> | Fri Apr 29 20:29:32 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Apr 29 20:29:34 2016 +0000 |
tree | 5075e63a9298717b97e600d15d8f2b1bb694fb75 | |
parent | cd2b4303ceedfc4afa7c0d5d1349b22fc9927173 [diff] | |
parent | 3cd7305f99c798a6a3735145b8cbcbb92bee7802 [diff] |
Merge "Fix build break due to 32/64 bit compilation." into nyc-dev
diff --git a/core/jni/android_hardware_location_ContextHubService.cpp b/core/jni/android_hardware_location_ContextHubService.cpp index 3fe0120..98d6b24 100644 --- a/core/jni/android_hardware_location_ContextHubService.cpp +++ b/core/jni/android_hardware_location_ContextHubService.cpp
@@ -170,7 +170,7 @@ return current->first; } } - ALOGD("Cannot find app for app instance %d.", app_id); + ALOGD("Cannot find app for app instance %" PRIu64 ".", app_id); return -1; }