diff --git a/src/com/android/launcher3/touch/SingleAxisSwipeDetector.java b/src/com/android/launcher3/touch/SingleAxisSwipeDetector.java index 97d72ed4c2..875eefbc58 100644 --- a/src/com/android/launcher3/touch/SingleAxisSwipeDetector.java +++ b/src/com/android/launcher3/touch/SingleAxisSwipeDetector.java @@ -105,6 +105,11 @@ public class SingleAxisSwipeDetector extends BaseSwipeDetector { super(config, isRtl); mListener = l; mDir = dir; + if (TestProtocol.sDebugTracing) { + Log.d(TestProtocol.PAUSE_NOT_DETECTED, "SingleAxisSwipeDetector.ctor " + + l.getClass().getSimpleName() + + " @ " + android.util.Log.getStackTraceString(new Throwable())); + } } public void setDetectableScrollConditions(int scrollDirectionFlags, boolean ignoreSlop) {