From 506ca2410e9b97020ac5696aafd2457259d81772 Mon Sep 17 00:00:00 2001 From: Chet Haase Date: Tue, 17 May 2022 13:15:55 +0000 Subject: [PATCH] Disable debug logging in AnimationHandler LOCAL_LOGV should be set to false Bug: 232914479 Bug: 233391022 Test: Manually tested to ensure logging is not happening Change-Id: Ie14cf3c0bacb50dd1e7422dc378d5195e4d9bec5 Merged-In: Ie14cf3c0bacb50dd1e7422dc378d5195e4d9bec5 --- core/java/android/animation/AnimationHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/animation/AnimationHandler.java b/core/java/android/animation/AnimationHandler.java index 57ab55a53e468..1cb2574ae8b75 100644 --- a/core/java/android/animation/AnimationHandler.java +++ b/core/java/android/animation/AnimationHandler.java @@ -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