Disable debug logging in AnimationHandler am: 506ca2410e am: 345c85f4da
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18528801 Change-Id: I9e253c8043dc528e19192a6ec074a46094c983be 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 {
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user