summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2010-08-27 14:34:15 -0400
committerDaniel Sandler <dsandler@google.com>2010-08-27 14:34:15 -0400
commit63cbc4c03e14a6e643e1e24147e228c96a1a9517 (patch)
tree48477f024c3e34992eada7e0cf2af15bd68f0d40 /packages/SystemUI/src
parent764b4da4a8c3e2aecbfd5d7209c5d30cecac75d2 (diff)
downloadframeworks_base-63cbc4c03e14a6e643e1e24147e228c96a1a9517.zip
frameworks_base-63cbc4c03e14a6e643e1e24147e228c96a1a9517.tar.gz
frameworks_base-63cbc4c03e14a6e643e1e24147e228c96a1a9517.tar.bz2
Turn off spammy RSSI logs.
Change-Id: Ifab951afdbbb5fb8e9c6f58f5b8d47139596f7a3
Diffstat (limited to 'packages/SystemUI/src')
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/tablet/SystemPanel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/tablet/SystemPanel.java b/packages/SystemUI/src/com/android/systemui/statusbar/tablet/SystemPanel.java
index dfa2d10..a32b01f 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/tablet/SystemPanel.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/tablet/SystemPanel.java
@@ -78,7 +78,7 @@ import com.android.systemui.R;
public class SystemPanel extends LinearLayout {
private static final String TAG = "SystemPanel";
private static final boolean DEBUG = TabletStatusBarService.DEBUG;
- private static final boolean DEBUG_SIGNAL = true;
+ private static final boolean DEBUG_SIGNAL = false;
private static final int MINIMUM_BACKLIGHT = android.os.Power.BRIGHTNESS_DIM + 5;
private static final int MAXIMUM_BACKLIGHT = android.os.Power.BRIGHTNESS_ON;