More logging for pause non-detection

Bug: 156044202
Change-Id: I1c995b6c28f7108b96ff74aa8c3c71f70f8b3fb6
This commit is contained in:
vadimt
2020-05-08 15:09:37 -07:00
parent 9d85f52386
commit ad87034d1f
6 changed files with 27 additions and 0 deletions

View File

@@ -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);
}