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

Commit 934025e8 authored by Christoph Studer's avatar Christoph Studer
Browse files

Turn off DEBUG_GESTURES

Stop spamming the logs.

Bug: 18584495
Change-Id: Icc7337005a0efc0590b502e93c459f05f0a9ace9
parent 604aec95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import com.android.systemui.R;
public class PhoneStatusBarView extends PanelBar {
    private static final String TAG = "PhoneStatusBarView";
    private static final boolean DEBUG = PhoneStatusBar.DEBUG;
    private static final boolean DEBUG_GESTURES = true;
    private static final boolean DEBUG_GESTURES = false;

    PhoneStatusBar mBar;