File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/SystemUI/src/com/android/systemui/statusbar/phone Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99import android .widget .FrameLayout ;
1010
1111public class PanelBar extends FrameLayout {
12- public static final boolean DEBUG = true ;
12+ public static final boolean DEBUG = false ;
1313 public static final String TAG = PanelView .class .getSimpleName ();
1414 public static final void LOG (String fmt , Object ... args ) {
1515 if (!DEBUG ) return ;
Original file line number Diff line number Diff line change 1414import com .android .systemui .R ;
1515
1616public class PanelView extends FrameLayout {
17- public static final boolean DEBUG = true ;
17+ public static final boolean DEBUG = false ;
1818 public static final String TAG = PanelView .class .getSimpleName ();
1919 public static final void LOG (String fmt , Object ... args ) {
2020 if (!DEBUG ) return ;
You can’t perform that action at this time.
0 commit comments