Home | History | Annotate | Download | only in androidfw

Lines Matching defs:ERROR

27 #ifdef ERROR
28 #undef ERROR
74 LOG(ERROR) << "Idmap header is not word aligned.";
79 LOG(ERROR) << "Idmap header is too small.";
85 LOG(ERROR) << StringPrintf("Invalid Idmap file: bad magic value (was 0x%08x, expected 0x%08x)",
93 LOG(ERROR) << StringPrintf("Version mismatch in Idmap (was 0x%08x, expected 0x%08x)",
99 LOG(ERROR) << StringPrintf("Target package ID in Idmap is invalid: 0x%02x",
105 LOG(ERROR) << StringPrintf("Idmap has too many type mappings (was %d, max 255)",
135 LOG(ERROR) << "Type mapping in Idmap is not word aligned";
142 LOG(ERROR) << StringPrintf("Invalid type map (0x%02x -> 0x%02x)",
151 LOG(ERROR) << StringPrintf("Idmap too small for the number of entries (%d)",
171 LOG(ERROR) << "Parsed " << type_maps_encountered << " type maps but expected "