Merge "Even more logging for pause non-detection" into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-11 23:42:30 +00:00
committed by Android (Google) Code Review
@@ -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) {