Disable debug logging in AnimationHandler

LOCAL_LOGV should be set to false

Bug: 232914479
Test: Manually tested to ensure logging is not happening
Change-Id: Ie14cf3c0bacb50dd1e7422dc378d5195e4d9bec5
This commit is contained in:
Chet Haase
2022-05-17 13:15:55 +00:00
parent ec83250c26
commit 0139800526

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