Add logging to help debug b/200572078.

Bug: 200572078
Test: ran launcher and checked logs
Change-Id: If59d850021df226d645aa6a72da2b5bb7ec63782
This commit is contained in:
Schneider Victor-tulias
2021-09-27 13:41:10 -07:00
parent 03be53443d
commit 0021338461
4 changed files with 25 additions and 0 deletions

View File

@@ -118,4 +118,5 @@ public final class TestProtocol {
public static final String WORK_PROFILE_REMOVED = "b/159671700";
public static final String TASK_VIEW_ID_CRASH = "b/195430732";
public static final String NO_DROP_TARGET = "b/195031154";
public static final String NULL_INT_SET = "b/200572078";
}