Merge "Removing diagnostics" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2019-01-30 18:43:08 +00:00
committed by Android (Google) Code Review
7 changed files with 0 additions and 80 deletions

View File

@@ -124,11 +124,6 @@ public class LoaderTask implements Runnable {
mPackageInstaller = PackageInstallerCompat.getInstance(mApp.getContext());
mAppWidgetManager = AppWidgetManagerCompat.getInstance(mApp.getContext());
mIconCache = mApp.getIconCache();
if (com.android.launcher3.Utilities.IS_RUNNING_IN_TEST_HARNESS
&& com.android.launcher3.Utilities.IS_DEBUG_DEVICE) {
android.util.Log.d("b/117332845",
android.util.Log.getStackTraceString(new Throwable()));
}
}
protected synchronized void waitForIdle() {