mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
Add logging for adding pending icons to the workspace.
Added logging to help track down b/168788486 Bug: 168788486 Test: manual Change-Id: I96b38be7c02793f1b6649e6c0de5cdf47dca6edb
This commit is contained in:
@@ -20,6 +20,7 @@ import android.content.pm.LauncherActivityInfo;
|
||||
import android.content.pm.LauncherApps;
|
||||
import android.content.pm.PackageInstaller.SessionInfo;
|
||||
import android.os.UserHandle;
|
||||
import android.util.Log;
|
||||
import android.util.LongSparseArray;
|
||||
import android.util.Pair;
|
||||
|
||||
@@ -47,6 +48,8 @@ import java.util.List;
|
||||
*/
|
||||
public class AddWorkspaceItemsTask extends BaseModelUpdateTask {
|
||||
|
||||
private static final String LOG = "AddWorkspaceItemsTask";
|
||||
|
||||
private final List<Pair<ItemInfo, Object>> mItemList;
|
||||
|
||||
/**
|
||||
@@ -167,6 +170,8 @@ public class AddWorkspaceItemsTask extends BaseModelUpdateTask {
|
||||
|
||||
// Save the WorkspaceItemInfo for binding in the workspace
|
||||
addedItemsFinal.add(itemInfo);
|
||||
|
||||
Log.i(LOG, "Adding item info to workspace: " + itemInfo);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user