Removing tracing and @Stability for a fixed bug

Bug: 142514365
Change-Id: I147850db274c465fb964eca30b97b3ebaaa2ccf6
This commit is contained in:
vadimt
2019-10-25 11:18:50 -07:00
parent efefa59f8c
commit 23c8341096
8 changed files with 1 additions and 66 deletions

View File

@@ -177,11 +177,6 @@ public class TestInformationHandler implements ResourceBasedOverride {
}
protected boolean isLauncherInitialized() {
if (TestProtocol.sDebugTracing) {
Log.d(TestProtocol.LAUNCHER_DIDNT_INITIALIZE,
"isLauncherInitialized " + Launcher.ACTIVITY_TRACKER.getCreatedActivity() + ", "
+ LauncherAppState.getInstance(mContext).getModel().isModelLoaded());
}
return Launcher.ACTIVITY_TRACKER.getCreatedActivity() == null
|| LauncherAppState.getInstance(mContext).getModel().isModelLoaded();
}