Disable debug logging in AnimationHandler am: 506ca2410e
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18528801 Change-Id: I8ff853cc3e79f064e7ca307f14529f9cdb634768 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -39,7 +39,7 @@ import java.util.ArrayList;
|
|||||||
public class AnimationHandler {
|
public class AnimationHandler {
|
||||||
|
|
||||||
private static final String TAG = "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
|
* Internal per-thread collections used to avoid set collisions as animations start and end
|
||||||
|
|||||||
Reference in New Issue
Block a user