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

Commit bf4aa9d5 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Turn off chatty logging for everyone.

Change-Id: I6c6f48012df8a551ae4f2b2a9cd2713184234763
parent 8e72c9e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ import android.view.MotionEvent;
import android.widget.FrameLayout;

public class PanelBar extends FrameLayout {
    public static final boolean DEBUG = true;
    public static final boolean DEBUG = false;
    public static final String TAG = PanelView.class.getSimpleName();
    public static final void LOG(String fmt, Object... args) {
        if (!DEBUG) return;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ import android.widget.FrameLayout;
import com.android.systemui.R;

public class PanelView extends FrameLayout {
    public static final boolean DEBUG = true;
    public static final boolean DEBUG = false;
    public static final String TAG = PanelView.class.getSimpleName();
    public static final void LOG(String fmt, Object... args) {
        if (!DEBUG) return;