commit | 05be7a377f41dc6d79fc22049fea577c90824e1d | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Apr 15 17:53:32 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 15 17:53:32 2021 +0000 |
tree | 39df1e11df31e238523252f18ea061681891ba74 | |
parent | b2cbfc98d11637a9e61593b8360015e54234c9c6 [diff] | |
parent | 0ad2caeaf96e14745d7ac33b2ce768169a526fec [diff] |
Merge "Add logs to verify receiver is unregistered" into sc-dev am: 0ad2caeaf9 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14192066 Change-Id: I6844aa584794e4211c237d2bfa97bf18fa7ac81a
diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java index 9a02b66..60dd0f3 100644 --- a/src/com/android/launcher3/testing/TestProtocol.java +++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -109,6 +109,7 @@ 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";