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

Commit a68ac3e5 authored by vadimt's avatar vadimt
Browse files

Removing condition for CUJ tracing/metrics

Is doesn't reflect whether jank monitors is collecting metrics,
which will eventually be always true anyways.

Change-Id: Iaebdc838ed2b2cebd32c8c48d7e45bdd93f76fb4
parent 7a09177e
Loading
Loading
Loading
Loading
+22 −24
Original line number Diff line number Diff line
@@ -802,7 +802,6 @@ public abstract class QuickstepAppTransitionManagerImpl extends LauncherAppTrans
    }

    private void addCujInstrumentation(Animator anim, int cuj, String transition) {
        if (Trace.isEnabled()) {
        anim.addListener(new AnimationSuccessListener() {
            @Override
            public void onAnimationStart(Animator animation) {
@@ -829,7 +828,6 @@ public abstract class QuickstepAppTransitionManagerImpl extends LauncherAppTrans
            }
        });
    }
    }

    /**
     * Remote animation runner for animation from the app to Launcher, including recents.