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

Commit 2d7e74c5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add addtional LS shade dragDown logs" into tm-dev

parents 3a4d5cf6 a5d6851c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -304,6 +304,7 @@ class LockscreenShadeTransitionController @Inject constructor(
                        // override that
                        forceApplyAmount = true
                        // Reset the behavior. At this point the animation is already started
                        logger.logDragDownAmountReset()
                        dragDownAmount = 0f
                        forceApplyAmount = false
                    }
@@ -480,6 +481,7 @@ class LockscreenShadeTransitionController @Inject constructor(
        setDragDownAmountAnimated(fullTransitionDistanceByTap.toFloat(), delay = delay) {
            // End listener:
            // Reset
            logger.logDragDownAmountReset()
            dragDownAmount = 0f
            forceApplyAmount = false
        }
+7 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ class LSShadeTransitionLogger @Inject constructor(

    fun logDragDownAborted() {
        buffer.log(TAG, LogLevel.INFO, {}, {
            "The drag down was reset"
            "The drag down was aborted and reset to 0f."
        })
    }

@@ -82,6 +82,12 @@ class LSShadeTransitionLogger @Inject constructor(
            LockscreenGestureLogger.LockscreenUiEvent.LOCKSCREEN_PULL_SHADE_OPEN)
    }

    fun logDragDownAmountReset() {
        buffer.log(TAG, LogLevel.DEBUG, {}, {
            "The drag down amount has been reset to 0f."
        })
    }

    fun logDefaultGoToFullShadeAnimation(delay: Long) {
        buffer.log(TAG, LogLevel.DEBUG, {
            long1 = delay