mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Add temporary logging to try and debug: b/202414125" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c010ea2f1b
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user