Enable logs on swipe detection in tests

- Enable BaseSwipeDetector log in tests
- Add log for scroll finish and motion pause event

Bug: 193440212
Test: TaplTestsQuickstep#testSwitchToOverview
Change-Id: Idab566bc615050f73d898459897b66f8b95951b3
This commit is contained in:
Alex Chau
2021-07-15 20:25:43 +01:00
parent a1ef7b3c1b
commit 46b9a41686
3 changed files with 6 additions and 1 deletions

View File

@@ -110,4 +110,5 @@ public final class TestProtocol {
public static final String PERMANENT_DIAG_TAG = "TaplTarget";
public static final String WORK_PROFILE_REMOVED = "b/159671700";
public static final String FALLBACK_ACTIVITY_NO_SET = "b/181019015";
public static final String HOME_TO_OVERVIEW_FLAKY = "b/193440212";
}