summaryrefslogtreecommitdiff
path: root/modules/input/evdev/EvdevModule.cpp
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2015-11-25 16:00:28 +0000
committerMichael Wright <michaelwr@google.com>2015-11-25 16:51:44 +0000
commitfdd4d81ca191ae6096e94be1bf98975d17766b1a (patch)
tree9215b88630a46fe56852f6a4e9ddcd97f27b3130 /modules/input/evdev/EvdevModule.cpp
parent20e4f8ea3b175ee4d73ef12cbc28d00185f16fc5 (diff)
Only log when actually receiving actual switch events.
Also, turn off debug logging in a couple other classes and fix an incorrect format specifier. Bug: 25497538 Change-Id: I72af9492415fa6910af90caf03a7884c6cb1a0b1
Diffstat (limited to 'modules/input/evdev/EvdevModule.cpp')
-rw-r--r--modules/input/evdev/EvdevModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/input/evdev/EvdevModule.cpp b/modules/input/evdev/EvdevModule.cpp
index 93ccd354..b37eba18 100644
--- a/modules/input/evdev/EvdevModule.cpp
+++ b/modules/input/evdev/EvdevModule.cpp
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#define LOG_NDEBUG 0
#define LOG_TAG "EvdevModule"
+//#define LOG_NDEBUG 0
#include <memory>
#include <string>