Merge "Log volume dialog" into tm-qpr-dev am: 6d61c09d36

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21483670

Change-Id: Ia84380e814b6c1d34d8756e4bbdd02cc664c0a1c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Behnam Heydarshahi
2023-02-21 23:00:14 +00:00
committed by Automerger Merge Worker

View File

@@ -1400,6 +1400,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable,
@Override
public void onAnimationCancel(@NonNull Animator animation) {
mInteractionJankMonitor.cancel(CUJ_VOLUME_CONTROL);
Log.d(TAG, "onAnimationCancel");
}
@Override
@@ -1473,6 +1474,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable,
mHandler.removeMessages(H.DISMISS);
mHandler.removeMessages(H.SHOW);
if (mIsAnimatingDismiss) {
Log.d(TAG, "dismissH: isAnimatingDismiss");
return;
}
mIsAnimatingDismiss = true;