mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Add logs when sysuiProxy clears binder refs
Bug: 302551868 Flags: None Change-Id: Iec9fc3cd52a3e3bac0ba61d0f38dbc05933e573c
This commit is contained in:
@@ -17,6 +17,8 @@ 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;
|
||||
import static com.android.launcher3.util.SplitConfigurationOptions.StagePosition;
|
||||
@@ -270,6 +272,7 @@ 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);
|
||||
}
|
||||
|
||||
|
||||
@@ -158,6 +158,7 @@ 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";
|
||||
|
||||
Reference in New Issue
Block a user