Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b16e4d8e authored by Vinit Nayak's avatar Vinit Nayak Committed by Android (Google) Code Review
Browse files

Merge "Cleanup logs" into main

parents a7f7258c cca9148c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);
    }

+0 −1
Original line number Diff line number Diff line
@@ -158,7 +158,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";