diff options
| -rw-r--r-- | libs/androidfw/TypeWrappers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/androidfw/TypeWrappers.cpp b/libs/androidfw/TypeWrappers.cpp index 8929b66bbdc4..06b40405f404 100644 --- a/libs/androidfw/TypeWrappers.cpp +++ b/libs/androidfw/TypeWrappers.cpp @@ -48,7 +48,7 @@ const ResTable_entry* TypeVariant::iterator::operator*() const { } if ((entryOffset & 0x3) != 0) { - ALOGE("Index %u points to entry with unaligned offset %p", mIndex, (void*) entryOffset); + ALOGE("Index %u points to entry with unaligned offset 0x%08x", mIndex, entryOffset); return NULL; } |