summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src
diff options
context:
space:
mode:
author Daniel Sandler <dsandler@android.com> 2012-08-15 12:03:57 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2012-08-15 12:03:58 -0700
commit2db99c56f74013ee51950ac53062536be2edcd14 (patch)
tree33251942d4e39890ce4e5b22ec4e11b22f184f00 /packages/SystemUI/src
parent21029db15769c9d57ffb972fb846e574ef2376ad (diff)
parentbf4aa9d5bc34df144afcab45e8045d34a0ac090a (diff)
Merge "Turn off chatty logging for everyone." into jb-mr1-dev
Diffstat (limited to 'packages/SystemUI/src')
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelBar.java2
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelBar.java
index 1ea5b3e33841..83cabfb13d68 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelBar.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelBar.java
@@ -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;
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java
index 7dc8f7c175bd..fa97299f1798 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java
@@ -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;