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

Commit 917f69e7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable latency metrics"

parents e301bc3d cf0f6809
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -253,11 +253,11 @@ public final class ViewRootImpl implements ViewParent,
    private static final boolean MT_RENDERER_AVAILABLE = true;

    /**
     * Whether or not to report end-to-end input latency. Disabled temporarily as a
     * Whether or not to report end-to-end input latency. Can be disabled temporarily as a
     * risk mitigation against potential jank caused by acquiring a weak reference
     * per frame
     * per frame.
     */
    private static final boolean ENABLE_INPUT_LATENCY_TRACKING = false;
    private static final boolean ENABLE_INPUT_LATENCY_TRACKING = true;

    /**
     * Set this system property to true to force the view hierarchy to render