Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 506ca241 authored by Chet Haase's avatar Chet Haase Committed by Steven Terrell
Browse files

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
parent 161732cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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