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

Commit 3098116e authored by Chandru S's avatar Chandru S
Browse files

Remove debugging log

ag/33668175 added these logs along with a bug fix, that CL was flagged for a memory and jank regression, removing logging just in case


Bug: 411043624
Test: NA
Flag: EXEMPT log change
Change-Id: If5ec09f184fe3a4b487e75ff213f0f50d220b02a
parent b9dd01e2
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -15,8 +15,6 @@
 */
package com.android.systemui.keyguard.ui

import android.os.Build
import android.util.Log
import android.view.animation.Interpolator
import com.android.app.animation.Interpolators.LINEAR
import com.android.keyguard.logging.KeyguardTransitionAnimationLogger
@@ -133,9 +131,6 @@ constructor(
                onStart = {
                    isShadeExpanded = shadeInteractor.get().isAnyFullyExpanded.value
                    if (onStart != null) onStart()
                    if (DEBUG_LOG) {
                        Log.d(TAG, "onStart isShadeExpanded=$isShadeExpanded")
                    }
                },
                onCancel =
                    if (onCancel != null) {
@@ -263,11 +258,6 @@ constructor(
            )
        }
    }

    private companion object {
        const val TAG = "KeyguardTransitionAnim"
        val DEBUG_LOG = Build.IS_DEBUGGABLE || Log.isLoggable(TAG, Log.DEBUG)
    }
}

data class StateToValue(