commit | ce19bdd101b04b077f865e5f50cfe14b32198f14 | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Mon Apr 22 15:41:46 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Apr 22 15:41:46 2019 -0700 |
tree | 70038e811759fa7202350d8afee6d7ca7b802634 | |
parent | 17d5a4fb169aff406de3ffc1dc4977222e027252 [diff] | |
parent | d5f95bf8527b18e4b343d176696a9d0b5d831bfa [diff] |
Merge "Logging TAPL interaction model" into ub-launcher3-qt-dev am: d5f95bf852 Change-Id: Ibd6b4870b9a8aba4f29fc0ee580a9724f7d0bf91
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 8f777b6..27bc43e 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -175,6 +175,7 @@ // Workaround, use constructed context because both the instrumentation context and the // app context are not constructed with resources that take overlays into account final Context ctx = baseContext.createPackageContext("android", 0); + log("Interaction mode = " + getCurrentInteractionMode(ctx)); if (isGesturalMode(ctx)) { return NavigationModel.ZERO_BUTTON; } else if (isSwipeUpMode(ctx)) {