Merge "Remove warning for null entries in resource array." into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fa4e214814
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user