Merge "Add temporary logging to try and debug: b/202414125" into sc-v2-dev am: c010ea2f1b

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

Change-Id: Iea056ea82f4dfb1b7ba01e1fbd59b55c5055b88b
This commit is contained in:
TreeHugger Robot
2021-11-08 20:59:48 +00:00
committed by Automerger Merge Worker
@@ -127,6 +127,9 @@ public class OverviewActionsView<T extends OverlayUICallbacks> extends FrameLayo
* @param callbacks for callbacks, or {@code null} to clear the listener.
*/
public void setCallbacks(T callbacks) {
if (TestProtocol.sDebugTracing) {
Log.d(TestProtocol.NO_SCREENSHOT, "OverviewActionsView setCallbacks: " + callbacks);
}
mCallbacks = callbacks;
}