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

Commit e060cd8a authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Revert "Temporary logging for rare flake"

This reverts commit fd811da4.

Reason for revert: Temp logging no longer needed

Change-Id: I7ef776288bdc8457d014ef4843c184103883bff4
parent fd811da4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -297,13 +297,10 @@ public class KeyguardPINView extends KeyguardPinBasedInputView {
        DisappearAnimationUtils disappearAnimationUtils = needsSlowUnlockTransition
                        ? mDisappearAnimationUtilsLocked
                        : mDisappearAnimationUtils;
        android.util.Log.i("KeyguardPINView", "startDisappearAnimation: " + finishRunnable);
        disappearAnimationUtils.createAnimation(
                this, 0, 200, mDisappearYTranslation, false,
                mDisappearAnimationUtils.getInterpolator(), () -> {
                    if (finishRunnable != null) {
                        android.util.Log.i("KeyguardPINView",
                                "startDisappearAnimation, invoking run()");
                        finishRunnable.run();
                    }
                },
+0 −2
Original line number Diff line number Diff line
@@ -170,8 +170,6 @@ object KeyguardBouncerViewBinder {

                    launch {
                        viewModel.startDisappearAnimation.collect {
                            android.util.Log.i("KeyguardBouncerViewBinder",
                                    "viewModel.startDisappearAnimation: $it")
                            securityContainerController.startDisappearAnimation(it)
                        }
                    }