Lines Matching refs:LOG
96 LOG(ERROR) << "RES_TABLE_TYPE_TYPE has invalid ID 0."; in VerifyResTableType()
102 LOG(ERROR) << "RES_TABLE_TYPE_TYPE has too many entries (" << entry_count << ")."; in VerifyResTableType()
112 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data."; in VerifyResTableType()
117 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets extend beyond chunk."; in VerifyResTableType()
122 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entries start at unaligned address."; in VerifyResTableType()
131 LOG(ERROR) << "Entry at offset " << entry_offset << " is not 4-byte aligned."; in VerifyResTableEntry()
138 LOG(ERROR) << "Entry at offset " << entry_offset << " is too large."; in VerifyResTableEntry()
146 LOG(ERROR) << "Entry at offset " << entry_offset in VerifyResTableEntry()
156 LOG(ERROR) << "ResTable_entry size " << entry_size << " at offset " << entry_offset in VerifyResTableEntry()
162 LOG(ERROR) << "ResTable_entry size " << entry_size << " at offset " << entry_offset in VerifyResTableEntry()
170 LOG(ERROR) << "No room for Res_value after ResTable_entry at offset " << entry_offset in VerifyResTableEntry()
179 LOG(ERROR) << "Res_value at offset " << entry_offset << " is too small."; in VerifyResTableEntry()
184 LOG(ERROR) << "Res_value size " << value_size << " at offset " << entry_offset in VerifyResTableEntry()
193 LOG(ERROR) << "Map entries at offset " << entry_offset << " start at unaligned offset."; in VerifyResTableEntry()
199 LOG(ERROR) << "Too many map entries in ResTable_map_entry at offset " << entry_offset << "."; in VerifyResTableEntry()
414 LOG(ERROR) << "RES_TABLE_PACKAGE_TYPE too small."; in Load()
436 LOG(ERROR) << "RES_TABLE_PACKAGE_TYPE type ID offset too large."; in Load()
463 LOG(ERROR) << "RES_STRING_POOL_TYPE for types corrupt."; in Load()
471 LOG(ERROR) << "RES_STRING_POOL_TYPE for keys corrupt."; in Load()
475 LOG(WARNING) << "Too many RES_STRING_POOL_TYPEs found in RES_TABLE_PACKAGE_TYPE."; in Load()
482 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE too small."; in Load()
487 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE has invalid ID 0."; in Load()
493 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE has out of range ID."; in Load()
505 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE has too many entries (" << entry_count << ")."; in Load()
510 LOG(ERROR) << "RES_TABLE_TYPE_SPEC_TYPE too small to hold entries."; in Load()
526 LOG(WARNING) << StringPrintf("RES_TABLE_TYPE_SPEC_TYPE already defined for ID %02x", in Load()
534 LOG(ERROR) << "RES_TABLE_TYPE_TYPE too small."; in Load()
547 LOG(ERROR) << StringPrintf( in Load()
557 LOG(ERROR) << "RES_TABLE_LIBRARY_TYPE too small."; in Load()
562 LOG(ERROR) << "RES_TABLE_LIBRARY_TYPE too small to hold entries."; in Load()
577 LOG(ERROR) << StringPrintf( in Load()
592 LOG(ERROR) << "RES_TABLE_OVERLAYABLE_TYPE too small."; in Load()
603 LOG(ERROR) << "Multiple <overlayable> blocks with the same name '" << name << "'."; in Load()
618 LOG(ERROR) << "RES_TABLE_OVERLAYABLE_POLICY_TYPE too small."; in Load()
624 LOG(ERROR) << "RES_TABLE_OVERLAYABLE_POLICY_TYPE too small to hold entries."; in Load()
648 LOG(WARNING) << StringPrintf("Unknown chunk type '%02x'.", chunk.type()); in Load()
654 LOG(ERROR) << StringPrintf("Error parsing RES_TABLE_OVERLAYABLE_TYPE: %s", in Load()
663 LOG(WARNING) << StringPrintf("Unknown chunk type '%02x'.", chunk.type()); in Load()
669 LOG(ERROR) << iter.GetLastError(); in Load()
680 LOG(ERROR) << "Too many type configurations, overflow detected."; in Load()
702 LOG(ERROR) << "RES_TABLE_TYPE too small."; in LoadTable()
721 LOG(ERROR) << "RES_STRING_POOL_TYPE corrupt."; in LoadTable()
725 LOG(WARNING) << "Multiple RES_STRING_POOL_TYPEs found in RES_TABLE_TYPE."; in LoadTable()
731 LOG(ERROR) << "More package chunks were found than the " << package_count in LoadTable()
746 LOG(WARNING) << StringPrintf("Unknown chunk type '%02x'.", chunk.type()); in LoadTable()
752 LOG(ERROR) << iter.GetLastError(); in LoadTable()
780 LOG(WARNING) << StringPrintf("Unknown chunk type '%02x'.", chunk.type()); in Load()
786 LOG(ERROR) << iter.GetLastError(); in Load()