From b5fe44639376b0a52ea92bcd3cd135bfe24eada2 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Sat, 17 Oct 2015 00:51:31 -0700 Subject: androidfw: STFU Change-Id: I949b8e14b0c777c20a56a30941bd9b980fcc6394 --- libs/androidfw/ResourceTypes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs') diff --git a/libs/androidfw/ResourceTypes.cpp b/libs/androidfw/ResourceTypes.cpp index 320486d..5a1cf46 100644 --- a/libs/androidfw/ResourceTypes.cpp +++ b/libs/androidfw/ResourceTypes.cpp @@ -5832,7 +5832,7 @@ status_t ResTable::getEntry( } if (static_cast(realEntryIndex) >= typeSpec->entryCount) { - ALOGW("For resource 0x%08x, entry index(%d) is beyond type entryCount(%d)", + ALOGV("For resource 0x%08x, entry index(%d) is beyond type entryCount(%d)", Res_MAKEID(packageGroup->id - 1, typeIndex, entryIndex), entryIndex, static_cast(typeSpec->entryCount)); // We should normally abort here, but some legacy apps declare @@ -6102,7 +6102,7 @@ status_t ResTable::parsePackage(const ResTable_package* const pkg, if (!typeList.isEmpty()) { const Type* existingType = typeList[0]; if (existingType->entryCount != newEntryCount && idmapIndex < 0) { - ALOGW("ResTable_typeSpec entry count inconsistent: given %d, previously %d", + ALOGV("ResTable_typeSpec entry count inconsistent: given %d, previously %d", (int) newEntryCount, (int) existingType->entryCount); // We should normally abort here, but some legacy apps declare // resources in the 'android' package (old bug in AAPT). -- cgit v1.1