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

Commit deb2c92b authored by Ady Abraham's avatar Ady Abraham
Browse files

ViewRootImpl: add a trace point for inset animations

Bug: 377991489
Test: manual
Flag: EXEMPT log only update
Change-Id: I29dbb4f790d65be8e4c7c73eadbc5081a5595a15
parent a5fe6975
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2514,6 +2514,11 @@ public final class ViewRootImpl implements ViewParent,
    public void notifyInsetsAnimationRunningStateChanged(boolean running) {
        if (sToolkitSetFrameRateReadOnlyFlagValue) {
            mInsetsAnimationRunning = running;
            if (Trace.isTagEnabled(Trace.TRACE_TAG_VIEW)) {
                Trace.instant(Trace.TRACE_TAG_VIEW,
                        TextUtils.formatSimple("notifyInsetsAnimationRunningStateChanged(%s)",
                        Boolean.toString(running)));
            }
        }
    }