Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 605d89af authored by Zak Cohen's avatar Zak Cohen
Browse files

Add temporary logging to try and debug: b/202414125

Bug: 202414125
Test: Local
Change-Id: I4b3a9c9bfffe72990773344762187b6cd8bf09aa
parent d25e0fb3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
    }