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

Commit 6195dbca authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Enable touch occlusion logs" into tm-qpr-dev am: ef353206

parents 4addabae ef353206
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.