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

Commit 93e71566 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Reduce length of window container dump" into main

parents 13ec42c4 d6c24312
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3203,7 +3203,9 @@ class WindowContainer<E extends WindowContainer> extends ConfigurationContainer<
                mLocalInsetsSources.valueAt(i).dump(childPrefix, pw);
            }
        }
        pw.println(prefix + mSafeRegionBounds + " SafeRegionBounds");
        if (mSafeRegionBounds != null) {
            pw.println(prefix + "mSafeRegionBounds=" + mSafeRegionBounds);
        }
    }

    final void updateSurfacePositionNonOrganized() {