Log a bit more data in switchToAllApps()
Test: TaplTestsQuickstep.testWorkspaceSwitchToAllApps Bug: 181122114 Change-Id: Ice5515f5b3ac87c42af42d946036505879deb235
This commit is contained in:
parent
dfdeddc66a
commit
4faa87c478
|
@ -110,7 +110,8 @@ public final class Workspace extends Home {
|
|||
TestProtocol.REQUEST_HOME_TO_ALL_APPS_SWIPE_HEIGHT).
|
||||
getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD);
|
||||
LauncherInstrumentation.log(
|
||||
"switchToAllApps: swipeHeight = " + swipeHeight + ", slop = "
|
||||
"switchToAllApps: deviceHeight = " + deviceHeight + ", startY = " + startY
|
||||
+ ", swipeHeight = " + swipeHeight + ", slop = "
|
||||
+ mLauncher.getTouchSlop());
|
||||
|
||||
mLauncher.swipeToState(
|
||||
|
|
Loading…
Reference in New Issue