mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Additional logging for pause non-detection
Bug: 156044202 Change-Id: I6d7dcdcf73722e66fcbd180c9e309c518766b9b8
This commit is contained in:
@@ -157,7 +157,8 @@ public class SingleAxisSwipeDetector extends BaseSwipeDetector {
|
||||
@Override
|
||||
protected void reportDraggingInternal(PointF displacement, MotionEvent event) {
|
||||
if (TestProtocol.sDebugTracing) {
|
||||
Log.d(TestProtocol.PAUSE_NOT_DETECTED, "SingleAxisSwipeDetector");
|
||||
Log.d(TestProtocol.PAUSE_NOT_DETECTED, "SingleAxisSwipeDetector "
|
||||
+ mListener.getClass().getSimpleName());
|
||||
}
|
||||
mListener.onDrag(mDir.extractDirection(displacement),
|
||||
mDir.extractOrthogonalDirection(displacement), event);
|
||||
|
||||
Reference in New Issue
Block a user