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

This commit is contained in:
TreeHugger Robot
2021-10-05 21:33:55 +00:00
committed by Android (Google) Code Review

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);