Merge "Turn off chatty logging for everyone." into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2db99c56f7
@@ -9,7 +9,7 @@ import android.view.MotionEvent;
|
|||||||
import android.widget.FrameLayout;
|
import android.widget.FrameLayout;
|
||||||
|
|
||||||
public class PanelBar extends 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 String TAG = PanelView.class.getSimpleName();
|
||||||
public static final void LOG(String fmt, Object... args) {
|
public static final void LOG(String fmt, Object... args) {
|
||||||
if (!DEBUG) return;
|
if (!DEBUG) return;
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import android.widget.FrameLayout;
|
|||||||
import com.android.systemui.R;
|
import com.android.systemui.R;
|
||||||
|
|
||||||
public class PanelView extends FrameLayout {
|
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 String TAG = PanelView.class.getSimpleName();
|
||||||
public static final void LOG(String fmt, Object... args) {
|
public static final void LOG(String fmt, Object... args) {
|
||||||
if (!DEBUG) return;
|
if (!DEBUG) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user