Loading services/inputflinger/dispatcher/DebugConfig.h +1 −4 Original line number Original line Diff line number Diff line Loading @@ -75,11 +75,8 @@ const bool DEBUG_TOUCH_MODE = /** /** * Log debug messages about touch occlusion * Log debug messages about touch occlusion * Enable this via "adb shell setprop log.tag.InputDispatcherTouchOcclusion DEBUG" (requires * restart) */ */ const bool DEBUG_TOUCH_OCCLUSION = constexpr bool DEBUG_TOUCH_OCCLUSION = true; __android_log_is_loggable(ANDROID_LOG_DEBUG, LOG_TAG "TouchOcclusion", ANDROID_LOG_INFO); /** /** * Log debug messages about the app switch latency optimization. * Log debug messages about the app switch latency optimization. Loading Loading
services/inputflinger/dispatcher/DebugConfig.h +1 −4 Original line number Original line Diff line number Diff line Loading @@ -75,11 +75,8 @@ const bool DEBUG_TOUCH_MODE = /** /** * Log debug messages about touch occlusion * Log debug messages about touch occlusion * Enable this via "adb shell setprop log.tag.InputDispatcherTouchOcclusion DEBUG" (requires * restart) */ */ const bool DEBUG_TOUCH_OCCLUSION = constexpr bool DEBUG_TOUCH_OCCLUSION = true; __android_log_is_loggable(ANDROID_LOG_DEBUG, LOG_TAG "TouchOcclusion", ANDROID_LOG_INFO); /** /** * Log debug messages about the app switch latency optimization. * Log debug messages about the app switch latency optimization. Loading