mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Add logging to debug incorrect taskbar states caught by flaky tests.
- Various TAPL tasts are flaking because the taskbar is present when navigating home. Several TAPL taskbar tests are also flaking because the taskbar is missing when opening an app. Adding logging to catch when FLAG_IN_APP is being set and why it isn't being applied. Bug: 227657604 Bug: 225205246 Test: manual Change-Id: Ia976bb0a6c7764e571fab3ac98ee21ff22ef7674
This commit is contained in:
@@ -136,6 +136,6 @@ public final class TestProtocol {
|
||||
public static final String NO_DROP_TARGET = "b/195031154";
|
||||
public static final String NULL_INT_SET = "b/200572078";
|
||||
public static final String MISSING_PROMISE_ICON = "b/202985412";
|
||||
|
||||
public static final String BAD_STATE = "b/223498680";
|
||||
public static final String TASKBAR_IN_APP_STATE = "b/227657604";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user