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

Commit 348ee41a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Refine the output log of DisplayShape"

parents b3f04cce 1c00efb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -218,7 +218,7 @@ public final class DisplayShape implements Parcelable {
    @Override
    @Override
    public String toString() {
    public String toString() {
        return "DisplayShape{"
        return "DisplayShape{"
                + " spec=" + mDisplayShapeSpec
                + " spec=" + mDisplayShapeSpec.hashCode()
                + " displayWidth=" + mDisplayWidth
                + " displayWidth=" + mDisplayWidth
                + " displayHeight=" + mDisplayHeight
                + " displayHeight=" + mDisplayHeight
                + " physicalPixelDisplaySizeRatio=" + mPhysicalPixelDisplaySizeRatio
                + " physicalPixelDisplaySizeRatio=" + mPhysicalPixelDisplaySizeRatio