mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
More logging for pause non-detection
Bug: 156044202 Change-Id: I1c995b6c28f7108b96ff74aa8c3c71f70f8b3fb6
This commit is contained in:
@@ -164,6 +164,9 @@ public abstract class AbstractStateChangeTouchController
|
||||
|
||||
@Override
|
||||
public final boolean onControllerTouchEvent(MotionEvent ev) {
|
||||
if (TestProtocol.sDebugTracing) {
|
||||
Log.d(TestProtocol.PAUSE_NOT_DETECTED, "onControllerTouchEvent");
|
||||
}
|
||||
return mDetector.onTouchEvent(ev);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user