Merge "Update logging to help debug b/200572078" into sc-v2-dev am: feeb788941

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15971864

Change-Id: Iebf07a1f12d4836d5f5a669a029d28f8c909bd5b
This commit is contained in:
TreeHugger Robot
2021-10-05 21:48:54 +00:00
committed by Automerger Merge Worker

View File

@@ -178,7 +178,7 @@ public abstract class BaseLoaderResults {
Log.d(TestProtocol.NULL_INT_SET, "bind (1) currentScreenIds: "
+ currentScreenIds
+ ", mCallBacks: "
+ mCallbacks.getClass().getSimpleName());
+ mCallbacks.getClass().getName());
}
filterCurrentWorkspaceItems(currentScreenIds, mWorkspaceItems, currentWorkspaceItems,
otherWorkspaceItems);