Lines Matching refs:LOG

93     LOG(ERROR) << "RES_TABLE_TYPE_TYPE has invalid ID 0.";  in VerifyResTableType()
99 LOG(ERROR) << "RES_TABLE_TYPE_TYPE has too many entries (" << entry_count << ")."; in VerifyResTableType()
109 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data."; in VerifyResTableType()
114 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets extend beyond chunk."; in VerifyResTableType()
119 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entries start at unaligned address."; in VerifyResTableType()
128 LOG(ERROR) << "Entry at offset " << entry_offset << " is not 4-byte aligned."; in VerifyResTableEntry()
135 LOG(ERROR) << "Entry at offset " << entry_offset << " is too large."; in VerifyResTableEntry()
143 LOG(ERROR) << "Entry at offset " << entry_offset in VerifyResTableEntry()
153 LOG(ERROR) << "ResTable_entry size " << entry_size << " at offset " << entry_offset in VerifyResTableEntry()
159 LOG(ERROR) << "ResTable_entry size " << entry_size << " at offset " << entry_offset in VerifyResTableEntry()
167 LOG(ERROR) << "No room for Res_value after ResTable_entry at offset " << entry_offset in VerifyResTableEntry()
176 LOG(ERROR) << "Res_value at offset " << entry_offset << " is too small."; in VerifyResTableEntry()
181 LOG(ERROR) << "Res_value size " << value_size << " at offset " << entry_offset in VerifyResTableEntry()
190 LOG(ERROR) << "Map entries at offset " << entry_offset << " start at unaligned offset."; in VerifyResTableEntry()
196 LOG(ERROR) << "Too many map entries in ResTable_map_entry at offset " << entry_offset << "."; in VerifyResTableEntry()
410 LOG(ERROR) << "RES_TABLE_PACKAGE_TYPE too small."; in Load()
437 LOG(ERROR) << "RES_TABLE_PACKAGE_TYPE type ID offset too large."; in Load()
464 LOG(ERROR) << "RES_STRING_POOL_TYPE for types corrupt."; in Load()
472 LOG(ERROR) << "RES_STRING_POOL_TYPE for keys corrupt."; in Load()
476 LOG(WARNING) << "Too many RES_STRING_POOL_TYPEs found in RES_TABLE_PACKAGE_TYPE."; in Load()
483 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE too small."; in Load()
488 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE has invalid ID 0."; in Load()
494 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE has out of range ID."; in Load()
506 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE has too many entries (" << entry_count << ")."; in Load()
511 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE too small to hold entries."; in Load()
520 LOG(WARNING) << StringPrintf("RES_TABLE_TYPE_SPEC_TYPE already defined for ID %02x", in Load()
528 LOG(ERROR) << "RES_TABLE_TYPE_TYPE too small."; in Load()
541 LOG(ERROR) << StringPrintf( in Load()
551 LOG(ERROR) << "RES_TABLE_LIBRARY_TYPE too small."; in Load()
556 LOG(ERROR) << "RES_TABLE_LIBRARY_TYPE too small to hold entries."; in Load()
571 LOG(ERROR) << StringPrintf( in Load()
586 LOG(ERROR) << "RES_TABLE_OVERLAYABLE_TYPE too small."; in Load()
597 LOG(ERROR) << "Multiple <overlayable> blocks with the same name '" << name << "'."; in Load()
612 LOG(ERROR) << "RES_TABLE_OVERLAYABLE_POLICY_TYPE too small."; in Load()
618 LOG(ERROR) << "RES_TABLE_OVERLAYABLE_POLICY_TYPE too small to hold entries."; in Load()
642 LOG(WARNING) << StringPrintf("Unknown chunk type '%02x'.", chunk.type()); in Load()
648 LOG(ERROR) << StringPrintf("Error parsing RES_TABLE_OVERLAYABLE_TYPE: %s", in Load()
657 LOG(WARNING) << StringPrintf("Unknown chunk type '%02x'.", chunk.type()); in Load()
663 LOG(ERROR) << iter.GetLastError(); in Load()
674 LOG(ERROR) << "Too many type configurations, overflow detected."; in Load()
688 LOG(ERROR) << "RES_TABLE_TYPE too small."; in LoadTable()
711 LOG(ERROR) << "RES_STRING_POOL_TYPE corrupt."; in LoadTable()
715 LOG(WARNING) << "Multiple RES_STRING_POOL_TYPEs found in RES_TABLE_TYPE."; in LoadTable()
721 LOG(ERROR) << "More package chunks were found than the " << package_count in LoadTable()
736 LOG(WARNING) << StringPrintf("Unknown chunk type '%02x'.", chunk.type()); in LoadTable()
742 LOG(ERROR) << iter.GetLastError(); in LoadTable()
769 LOG(WARNING) << StringPrintf("Unknown chunk type '%02x'.", chunk.type()); in Load()
775 LOG(ERROR) << iter.GetLastError(); in Load()