Remove warning for null entries in resource array.

Change-Id: I32e0b8129e29f3e1e5a472b26e16f3fd06d4b91b
This commit is contained in:
Deepanshu Gupta
2014-09-04 12:54:26 -07:00
parent f40275d35e
commit cd0bb17d30

View File

@@ -809,11 +809,6 @@ public final class BridgeTypedArray extends TypedArray {
return new CharSequence[] { value };
}
Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT,
String.format(
String.format("Unknown value for getTextArray(%d) => %s", //DEBUG
index, mResourceData[index].getName())), null);
return null;
}