From 5c817a7fdbc13a9cf5cca09ef367783dc178baa3 Mon Sep 17 00:00:00 2001 From: Schneider Victor-tulias Date: Tue, 14 Feb 2023 15:10:40 -0800 Subject: [PATCH] Add debug logs to help investigate view and activity leak test failures. Test: MemoryTests Bug: 260260325 Change-Id: I510d9bb3a5a8a273fd0e5fb09de05354c959fbde --- .../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 cc6fa33609..c69ec2cc26 100644 --- a/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java +++ b/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java @@ -155,6 +155,7 @@ public final class TestProtocol { public static final String TASKBAR_IN_APP_STATE = "b/227657604"; public static final String NPE_TRANSIENT_TASKBAR = "b/257549303"; public static final String FLAKY_BINDING = "b/270216650"; + public static final String VIEW_AND_ACTIVITY_LEAKS = "b/260260325"; public static final String REQUEST_EMULATE_DISPLAY = "emulate-display"; public static final String REQUEST_STOP_EMULATE_DISPLAY = "stop-emulate-display";