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

Commit 5462508f authored by Chris Wren's avatar Chris Wren
Browse files

Squelch the logs from SizeAdaptiveLayout.

Bug: 6540109
Change-Id: I52bd64e2f5d1b2f02ef7e956ddf1340fb9b2aff3
parent 0eaeb69d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -175,7 +175,7 @@ public class SizeAdaptiveLayout extends ViewGroup {
            height = Math.min(height, lp.maxHeight);
            height = Math.min(height, lp.maxHeight);
        }
        }


        if (heightIn != height) {
        if (DEBUG && heightIn != height) {
            Log.d(TAG, this + "child view " + child + " " +
            Log.d(TAG, this + "child view " + child + " " +
                  "measured out of bounds at " + heightIn +"px " +
                  "measured out of bounds at " + heightIn +"px " +
                  "clamped to " + height + "px");
                  "clamped to " + height + "px");