From 8d8383ab40f04c10df88c2f2e898aa43f8b173cd Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 14 Apr 2021 23:52:05 -0700 Subject: [PATCH] Add logs to verify receiver is unregistered Bug: 185385047 Test: Adding logs Change-Id: I0ab5a819902bfa4e836f59e854c53f70c4ca877b --- src/com/android/launcher3/testing/TestProtocol.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java index 943d129047..fdd7fc4817 100644 --- a/src/com/android/launcher3/testing/TestProtocol.java +++ b/src/com/android/launcher3/testing/TestProtocol.java @@ -109,6 +109,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 RECEIVER_LEAK = "b/185385047"; public static final String NO_SWIPE_TO_HOME = "b/158017601"; public static final String WORK_PROFILE_REMOVED = "b/159671700"; public static final String TIS_NO_EVENTS = "b/180915942";