summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-04-11 22:01:47 -0400
committerDaniel Sandler <dsandler@android.com>2013-04-11 22:01:47 -0400
commitfa027f5d91052c01a9880578c102197b48e516a4 (patch)
treefe6627a6883b2362978ab33dbac48eb8cdd03327
parent873a39cd3cc9f2319819cb94bc80a0e15a6d565b (diff)
downloadframeworks_base-fa027f5d91052c01a9880578c102197b48e516a4.zip
frameworks_base-fa027f5d91052c01a9880578c102197b48e516a4.tar.gz
frameworks_base-fa027f5d91052c01a9880578c102197b48e516a4.tar.bz2
Putting the gesture debugging back in the box.
Bug: 7164602 Change-Id: I93f716cd7cc9f1462fbfefb485250729411ede35
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
index c2dc159..d98f08e 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
@@ -105,7 +105,7 @@ public class PhoneStatusBar extends BaseStatusBar {
public static final boolean DEBUG = BaseStatusBar.DEBUG;
public static final boolean SPEW = DEBUG;
public static final boolean DUMPTRUCK = true; // extra dumpsys info
- public static final boolean DEBUG_GESTURES = true;
+ public static final boolean DEBUG_GESTURES = false;
public static final boolean DEBUG_CLINGS = false;