From cca9148c68db5fb110ad6b4fdcb8a62e6df5e0d3 Mon Sep 17 00:00:00 2001 From: Vinit Nayak Date: Mon, 6 Nov 2023 12:45:56 -0800 Subject: [PATCH] Cleanup logs Flag: None Test: None Fixes: 302551868 Change-Id: I617358b8c9ed3293efacff47ad3b1d7b275d5865 --- quickstep/src/com/android/quickstep/SystemUiProxy.java | 2 -- .../com/android/launcher3/testing/shared/TestProtocol.java | 1 - 2 files changed, 3 deletions(-) diff --git a/quickstep/src/com/android/quickstep/SystemUiProxy.java b/quickstep/src/com/android/quickstep/SystemUiProxy.java index d53922b955..db9d30815e 100644 --- a/quickstep/src/com/android/quickstep/SystemUiProxy.java +++ b/quickstep/src/com/android/quickstep/SystemUiProxy.java @@ -17,7 +17,6 @@ package com.android.quickstep; import static android.app.ActivityManager.RECENT_IGNORE_UNAVAILABLE; -import static com.android.launcher3.testing.shared.TestProtocol.SPLIT_LEAK; import static com.android.launcher3.testing.shared.TestProtocol.testLogD; import static com.android.launcher3.util.Executors.MAIN_EXECUTOR; import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR; @@ -273,7 +272,6 @@ public class SystemUiProxy implements ISystemUiProxy { */ @MainThread public void clearProxy() { - testLogD(SPLIT_LEAK, "systemUiProxy clearingProxy"); setProxy(null, null, null, null, null, null, null, null, null, null, null, null, null); } diff --git a/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java b/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java index 078ae70777..fd8a95acf2 100644 --- a/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java +++ b/tests/shared/com/android/launcher3/testing/shared/TestProtocol.java @@ -159,7 +159,6 @@ public final class TestProtocol { public static final String PERMANENT_DIAG_TAG = "TaplTarget"; public static final String TWO_TASKBAR_LONG_CLICKS = "b/262282528"; public static final String ICON_MISSING = "b/282963545"; - public static final String SPLIT_LEAK = "b/302551868"; public static final String REQUEST_EMULATE_DISPLAY = "emulate-display"; public static final String REQUEST_STOP_EMULATE_DISPLAY = "stop-emulate-display";