diff options
| author | 2013-04-15 18:02:51 +0000 | |
|---|---|---|
| committer | 2013-04-15 18:02:52 +0000 | |
| commit | bd573049ec5a0c0d73b4835a2308c6737dfff2f3 (patch) | |
| tree | da81f2ffdb0256f60798a47df8a3a0eede88d392 | |
| parent | 74e56f19299cd04e2e6c6a9a19af260551750d6a (diff) | |
| parent | fa027f5d91052c01a9880578c102197b48e516a4 (diff) | |
Merge "Putting the gesture debugging back in the box." into jb-mr2-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java | 2 |
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 c2dc15957ff0..d98f08efb91d 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; |