Merge "Disable debug output in SDK layoutlib." into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0e302bc884
@@ -470,7 +470,7 @@ public final class Bridge extends com.android.ide.common.rendering.api.Bridge {
|
|||||||
if (pair == null) {
|
if (pair == null) {
|
||||||
pair = sDynamicIds.resolveId(value);
|
pair = sDynamicIds.resolveId(value);
|
||||||
if (pair == null) {
|
if (pair == null) {
|
||||||
System.out.println(String.format("Missing id: %1$08X (%1$d)", value));
|
//System.out.println(String.format("Missing id: %1$08X (%1$d)", value));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return pair;
|
return pair;
|
||||||
|
|||||||
Reference in New Issue
Block a user