Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef353206 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable touch occlusion logs" into tm-qpr-dev

parents 1d12a051 076dc75a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -75,11 +75,8 @@ const bool DEBUG_TOUCH_MODE =

/**
 * Log debug messages about touch occlusion
 * Enable this via "adb shell setprop log.tag.InputDispatcherTouchOcclusion DEBUG" (requires
 * restart)
 */
const bool DEBUG_TOUCH_OCCLUSION =
        __android_log_is_loggable(ANDROID_LOG_DEBUG, LOG_TAG "TouchOcclusion", ANDROID_LOG_INFO);
constexpr bool DEBUG_TOUCH_OCCLUSION = true;

/**
 * Log debug messages about the app switch latency optimization.