Merge "Remove warning for null entries in resource array." into lmp-dev

This commit is contained in:
Deepanshu Gupta
2014-09-09 00:30:07 +00:00
committed by Android (Google) Code Review

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;
}