From 0139800526f6e0abbd1fb32fb399ec71050adc91 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 Test: Manually tested to ensure logging is not happening Change-Id: 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 7f6df2261fcc8..b3be42ab83466 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