Merge "Even more logging for pause non-detection" into ub-launcher3-rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
072a6e01bc
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user