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

Commit 263e09ff authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unnecessary log to avoid confusion when debugging." into main

parents 18a0ed8d cce7892f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -133,7 +133,6 @@ class DesktopTasksLimiter (
        }

        override fun onTransitionFinished(transition: IBinder, aborted: Boolean) {
            logV("transition %s finished", transition)
            if (activeTransitionTokensAndTasks.remove(transition) != null) {
                if (aborted) {
                    interactionJankMonitor.cancel(CUJ_DESKTOP_MODE_MINIMIZE_WINDOW)
@@ -252,10 +251,6 @@ class DesktopTasksLimiter (
        ProtoLog.v(WM_SHELL_DESKTOP_MODE, "%s: $msg", TAG, *arguments)
    }

    private fun logE(msg: String, vararg arguments: Any?) {
        ProtoLog.e(WM_SHELL_DESKTOP_MODE, "%s: $msg", TAG, *arguments)
    }

    private companion object {
        const val TAG = "DesktopTasksLimiter"
    }