Disable debug logging in AnimationHandler am: 506ca2410e

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

Change-Id: Ib417e3ea6fe008cafc21ebb13c4b4659d52bfb66
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Chet Haase
2022-06-07 20:06:48 +00:00
committed by Automerger Merge Worker

View File

@@ -39,7 +39,7 @@ import java.util.ArrayList;
public class AnimationHandler {
private static final String TAG = "AnimationHandler";
private static final boolean LOCAL_LOGV = true;
private static final boolean LOCAL_LOGV = false;
/**
* Internal per-thread collections used to avoid set collisions as animations start and end