commit | 3cd6a9ee25865b548ba11941d26d94b7deda245a | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Thu Jul 15 00:42:56 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 15 00:42:56 2021 +0000 |
tree | 54f89ef2233b3cc96035a32911b66045ffac804c | |
parent | 55b723f403dc61b2dcf3c2af303174598c21ad7e [diff] | |
parent | 3005f36fa619572b20bd3e11a445849400de000a [diff] |
Making it clear that the diagnosed state is the final, current one am: d0767c86ff am: 3005f36fa6 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15288951 Change-Id: I4a51f0ddd2ac1e507676e7b15ea32797e80aa231
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 42f9cb8..1b8adef 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -505,7 +505,7 @@ checkForAnomaly(); Assert.fail(formatSystemHealthMessage(formatErrorWithEvents( "http://go/tapl test failure:\nContext: " + getContextDescription() - + " - visible state is " + getVisibleStateMessage() + + " => resulting visible state is " + getVisibleStateMessage() + ";\nDetails: " + message, true))); }