Merge "Add addtional LS shade dragDown logs" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2d7e74c5ea
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user