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

Commit d6c24312 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Reduce length of window container dump

Reduce unnecessary lines of window dump.

Bug: 163976519
Flag: EXEMPT LOG_ONLY
Test: dumpsys window -a
Change-Id: I4af644f13227e8f5c8987e129f2a6bf26f596e6e
parent 15cde45d
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() {