commit | a7cb47995428836636903098d7889f3d1c27d3cb | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Mon Apr 22 14:41:12 2019 -0700 |
committer | vadimt <vadimt@google.com> | Mon Apr 22 14:41:12 2019 -0700 |
tree | bba143ba6c4938dc95802176c179d750f8ffa07c | |
parent | 8b0cb4113fc34ced9a9de71e40f448615ec8210d [diff] |
Logging TAPL interaction model Change-Id: I7c44d1b145677919991338fa87e736712587a695
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)) {