Tracing for another "Launcher didn't initialize" failure

This simply restored logging used for one of earlier investigations

Bug: 148313079
Change-Id: Idafed13208dc5610d577986fc487d1d44bc0ef5e
This commit is contained in:
vadimt
2020-01-27 17:44:44 -08:00
parent ce67572ec8
commit c8b09709ff
7 changed files with 67 additions and 1 deletions

View File

@@ -89,4 +89,5 @@ public final class TestProtocol {
public static final String NO_BACKGROUND_TO_OVERVIEW_TAG = "b/138251824";
public static final String APP_NOT_DISABLED = "b/139891609";
public static final String LAUNCHER_DIDNT_INITIALIZE = "b/148313079";
}