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

Commit c1629530 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [10620498, 10619541, 10620616, 10619088, 10620617,...

Merge cherrypicks of [10620498, 10619541, 10620616, 10619088, 10620617, 10620618, 10619089, 10619090, 10619091, 10619092, 10619326] into rvc-release

Change-Id: I93933eebb290da59096a39e4aa0722975d7f6217
parents 990698b9 3f1eff5a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -760,7 +760,9 @@ public class TouchInteractionService extends Service implements PluginListener<O
        } else {
            // Dump everything
            FeatureFlags.dump(pw);
            if (mDeviceState.isUserUnlocked()) {
                PluginManagerWrapper.INSTANCE.get(getBaseContext()).dump(pw);
            }
            mDeviceState.dump(pw);
            if (mOverviewComponentObserver != null) {
                mOverviewComponentObserver.dump(pw);
+1 −0
Original line number Diff line number Diff line
@@ -518,6 +518,7 @@ public class RecentsAnimationDeviceState implements
                + QuickStepContract.isAssistantGestureDisabled(mSystemUiStateFlags));
        pw.println("  currentActiveRotation=" + getCurrentActiveRotation());
        pw.println("  displayRotation=" + getDisplayRotation());
        pw.println("  isUserUnlocked=" + mIsUserUnlocked);
        mOrientationTouchTransformer.dump(pw);
    }
}