Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb421641 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

Merge "Fix build break in log statement"

parents c37bf2a8 fb600d60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }