From d0767c86ffeffa27b746a8793ab96baa9b978893 Mon Sep 17 00:00:00 2001 From: vadimt Date: Wed, 14 Jul 2021 14:54:24 -0700 Subject: [PATCH] Making it clear that the diagnosed state is the final, current one Test: presubmit Bug: 187761685 Change-Id: I739a0b9158518a3495b5df7010a0641ed8db8506 --- .../com/android/launcher3/tapl/LauncherInstrumentation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 42f9cb80f6..1b8adefba1 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -505,7 +505,7 @@ public final class LauncherInstrumentation { checkForAnomaly(); Assert.fail(formatSystemHealthMessage(formatErrorWithEvents( "http://go/tapl test failure:\nContext: " + getContextDescription() - + " - visible state is " + getVisibleStateMessage() + + " => resulting visible state is " + getVisibleStateMessage() + ";\nDetails: " + message, true))); }