commit | ce04131f1ad1d9510cb09f91d5093b9220e36995 | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Fri Jun 14 11:46:12 2019 -0700 |
committer | vadimt <vadimt@google.com> | Fri Jun 14 11:46:12 2019 -0700 |
tree | 3dab089abf85b8e13e8730906bcac6f45a73e6b4 | |
parent | 0868f0d3a859cc755a7e927a9cfc4fdf503316e0 [diff] |
Improving TAPL diags Change-Id: Iee84b64618eebf80f755575c2d27660c12e9d7c2
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 54b2a01..2db9d08 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -209,8 +209,8 @@ final Context ctx = baseContext.createPackageContext("android", 0); for (int i = 0; i < 100; ++i) { final int currentInteractionMode = getCurrentInteractionMode(ctx); - log("Interaction mode = " + currentInteractionMode); final NavigationModel model = getNavigationModel(currentInteractionMode); + log("Interaction mode = " + currentInteractionMode + " (" + model + ")"); if (model != null) return model; Thread.sleep(100); }