From 1a16edea3757beec2b2410ce8a34bdee970aeb5f Mon Sep 17 00:00:00 2001 From: Jagrut Desai Date: Mon, 20 Nov 2023 10:42:00 -0800 Subject: [PATCH] Logging for ActivityLeak - Launcher Test: Presubmit Bug: 273347463 Flag: NONE Change-Id: I9825fd18a89354bff2bedf1c43f0d3170a3b4795 --- .../com/android/launcher3/testing/shared/TestProtocol.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java b/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java index 3e80e6b91a..1df8a9d55b 100644 --- a/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java +++ b/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java @@ -156,6 +156,7 @@ public final class TestProtocol { public static final String REQUEST_MOCK_SENSOR_ROTATION = "mock-sensor-rotation"; public static final String PERMANENT_DIAG_TAG = "TaplTarget"; + public static final String TWO_NEXUS_LAUNCHER_ACTIVITY_WHILE_UNLOCKING = "b/273347463"; public static final String TWO_TASKBAR_LONG_CLICKS = "b/262282528"; public static final String ICON_MISSING = "b/282963545";