mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Merge "Update logging to help debug b/200572078" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
feeb788941
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user