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

Commit c0e7a061 authored by Kenny Root's avatar Kenny Root Committed by Android Code Review
Browse files

Merge "Continue idmap generation even if name lookup fails."

parents 813dac24 963664b6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4200,7 +4200,8 @@ status_t ResTable::createIdmap(const ResTable& overlay, uint32_t originalCrc, ui
                | (0x0000ffff & (entryIndex));
            resource_name resName;
            if (!this->getResourceName(resID, &resName)) {
                return UNKNOWN_ERROR;
                LOGW("idmap: resource 0x%08x has spec but lacks values, skipping\n", resID);
                continue;
            }

            const String16 overlayType(resName.type, resName.typeLen);