From a1c5443a1c3ee7d40bfeed7a9964b9d140862046 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Fri, 16 Apr 2021 21:30:34 +0000 Subject: [PATCH] Revert "Add logs to verify receiver is unregistered" Revert "Add logs to verify receiver is unregistered" Revert submission 14193940-receiver_logs Reason for revert: Not needed Reverted Changes: I67fb3d8a0:Add logs to verify receiver is unregistered I0ab5a8199:Add logs to verify receiver is unregistered Change-Id: I32a05ff6639a7512fac2391430dde8b939d136df --- src/com/android/launcher3/testing/TestProtocol.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java index fdd7fc4817..943d129047 100644 --- a/src/com/android/launcher3/testing/TestProtocol.java +++ b/src/com/android/launcher3/testing/TestProtocol.java @@ -109,7 +109,6 @@ 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";