Add logs to help debug TwoButtonNavBarTouchController

Test: TaplTestsQuickstep#testSwitchToOverview()

Bug: 13714484
Change-Id: I21740ac0fd6ddf2923fd081a00c84a463f13673b
This commit is contained in:
Tony Wickham
2021-03-01 15:21:45 -08:00
parent 12eeecc36b
commit 7b2e3df2d7
2 changed files with 21 additions and 2 deletions

View File

@@ -113,4 +113,5 @@ public final class TestProtocol {
public static final String WORK_PROFILE_REMOVED = "b/159671700";
public static final String TIS_NO_EVENTS = "b/180915942";
public static final String GET_RECENTS_FAILED = "b/177472267";
public static final String TWO_BUTTON_NORMAL_NOT_OVERVIEW = "b/13714484";
}