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

Commit 2db99c56 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Turn off chatty logging for everyone." into jb-mr1-dev

parents 21029db1 bf4aa9d5
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;