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

Commit 0566e1ec authored by Jorge Gil's avatar Jorge Gil Committed by Android (Google) Code Review
Browse files

Merge "Dump DisplayModeDirector state without locking mSyncRoot" into sc-v2-dev

parents d0a44fb7 6e11e049
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2062,9 +2062,6 @@ public final class DisplayManagerService extends SystemService {
            pw.println();
            mLogicalDisplayMapper.dumpLocked(pw);

            pw.println();
            mDisplayModeDirector.dump(pw);

            final int callbackCount = mCallbacks.size();
            pw.println();
            pw.println("Callbacks: size=" + callbackCount);
@@ -2087,6 +2084,8 @@ public final class DisplayManagerService extends SystemService {
            pw.println();
            mPersistentDataStore.dump(pw);
        }
        pw.println();
        mDisplayModeDirector.dump(pw);
    }

    private static float[] getFloatArray(TypedArray array) {