Merge "Removing tracing for a fixed bug" into ub-launcher3-rvc-dev am: b615875716
Change-Id: I70c5848103e02a685f68f843ccd2ce122d157dc6
This commit is contained in:
commit
555f62bc68
|
@ -42,7 +42,6 @@ import com.android.launcher3.model.data.ItemInfo;
|
|||
import com.android.launcher3.model.data.LauncherAppWidgetInfo;
|
||||
import com.android.launcher3.model.data.WorkspaceItemInfo;
|
||||
import com.android.launcher3.shortcuts.ShortcutRequest;
|
||||
import com.android.launcher3.testing.TestProtocol;
|
||||
import com.android.launcher3.util.FlagOp;
|
||||
import com.android.launcher3.util.IntSparseArrayMap;
|
||||
import com.android.launcher3.util.ItemInfoMatcher;
|
||||
|
@ -86,10 +85,6 @@ public class PackageUpdatedTask extends BaseModelUpdateTask {
|
|||
|
||||
@Override
|
||||
public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList appsList) {
|
||||
if (TestProtocol.sDebugTracing) {
|
||||
Log.d(TestProtocol.APP_NOT_DISABLED, "PackageUpdatedTask: " + mOp + ", " +
|
||||
Arrays.toString(mPackages));
|
||||
}
|
||||
final Context context = app.getContext();
|
||||
final IconCache iconCache = app.getIconCache();
|
||||
|
||||
|
|
|
@ -96,6 +96,4 @@ public final class TestProtocol {
|
|||
public static final String REQUEST_MOCK_SENSOR_ROTATION = "mock-sensor-rotation";
|
||||
|
||||
public static final String PERMANENT_DIAG_TAG = "TaplTarget";
|
||||
|
||||
public static final String APP_NOT_DISABLED = "b/139891609";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue