Add debug logs for bad launcher state.

Bug:223498680
Bug:221658803

Test: manual
Change-Id: I138a7ab031269009fa8ca492cd0bd48085aa4e68
This commit is contained in:
Jon Miranda
2022-03-10 08:46:01 -08:00
parent f4f6be6080
commit 7ebe209c21
12 changed files with 157 additions and 3 deletions

View File

@@ -129,4 +129,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";
}