summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDeepanshu Gupta <deepanshu@google.com>2014-09-09 00:30:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-09 00:30:08 +0000
commitfa4e214814b795350366225b76e1ae6e3224b91d (patch)
tree38d6dd6de883d818a8ceaa4df7c2e12393c536b9 /tools
parent4a965545aec00df81d6c5075269c5de8cae5aa95 (diff)
parentcd0bb17d30e360c44e03b33bae3d42114b8cc2fb (diff)
downloadframeworks_base-fa4e214814b795350366225b76e1ae6e3224b91d.zip
frameworks_base-fa4e214814b795350366225b76e1ae6e3224b91d.tar.gz
frameworks_base-fa4e214814b795350366225b76e1ae6e3224b91d.tar.bz2
Merge "Remove warning for null entries in resource array." into lmp-dev
Diffstat (limited to 'tools')
-rw-r--r--tools/layoutlib/bridge/src/android/content/res/BridgeTypedArray.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/layoutlib/bridge/src/android/content/res/BridgeTypedArray.java b/tools/layoutlib/bridge/src/android/content/res/BridgeTypedArray.java
index fbe21a8..aaba545 100644
--- a/tools/layoutlib/bridge/src/android/content/res/BridgeTypedArray.java
+++ b/tools/layoutlib/bridge/src/android/content/res/BridgeTypedArray.java
@@ -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;
}