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

Commit d187cc76 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Do not report timeline temporarily

While we are working on a proper fix for the issue, let's turn off
timeline reporting to avoid hitting this path.

Bug: 184255546
Test: manual
Change-Id: Ie8b6c6222a0a8d7b8d3fd96f25d5f59b96de2255
parent 48c52c21
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8600,8 +8600,6 @@ public final class ViewRootImpl implements ViewParent,
                // available, we cannot compute end-to-end input latency metrics.
                return;
            }
            final long gpuCompletedTime = data[FrameMetrics.Index.GPU_COMPLETED];
            mReceiver.reportTimeline(inputEventId, gpuCompletedTime, presentTime);
        }
    }
    HardwareRendererObserver mHardwareRendererObserver;