mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Fixing race condition on test information provider
Activity tracker is accessed on a non-UI thread, which can cause a non-initialized Launcher to be treated as initialized Bug: 149022794 Change-Id: I6634a6aff891592369c16469bbe95a9ea611819c
This commit is contained in:
@@ -75,8 +75,7 @@ public final class TestProtocol {
|
||||
public static final String REQUEST_UNFREEZE_APP_LIST = "unfreeze-app-list";
|
||||
public static final String REQUEST_APP_LIST_FREEZE_FLAGS = "app-list-freeze-flags";
|
||||
public static final String REQUEST_APPS_LIST_SCROLL_Y = "apps-list-scroll-y";
|
||||
public static final String REQUEST_OVERVIEW_LEFT_GESTURE_MARGIN = "overview-left-margin";
|
||||
public static final String REQUEST_OVERVIEW_RIGHT_GESTURE_MARGIN = "overview-right-margin";
|
||||
public static final String REQUEST_WINDOW_INSETS = "window-insets";
|
||||
public static final String REQUEST_PID = "pid";
|
||||
public static final String REQUEST_TOTAL_PSS_KB = "total_pss";
|
||||
public static final String REQUEST_JAVA_LEAK = "java-leak";
|
||||
|
||||
Reference in New Issue
Block a user