mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Merge "Add logs when sysuiProxy clears binder refs" into main
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user