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

Commit acd7716a authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 2db99c56: Merge "Turn off chatty logging for everyone." into jb-mr1-dev

* commit '2db99c56':
  Turn off chatty logging for everyone.
parents bb8bdcd9 2db99c56
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;