Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58a8d8d2 authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Android Git Automerger
Browse files

am 0e302bc8: Merge "Disable debug output in SDK layoutlib." into jb-dev

* commit '0e302bc8':
  Disable debug output in SDK layoutlib.
parents f99e81a6 0e302bc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -470,7 +470,7 @@ public final class Bridge extends com.android.ide.common.rendering.api.Bridge {
        if (pair == null) {
            pair = sDynamicIds.resolveId(value);
            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;