Commit e612c881 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 4f3a8db6: am 3cf03987: Merge "Continue idmap generation even if name lookup fails."

* commit '4f3a8db6':
  Continue idmap generation even if name lookup fails.
parents 26ecc31f 4f3a8db6
......@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment