Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[android] Refine dropped frames reporting #2006

Closed

Commits on Nov 27, 2023

  1. [android] Refine dropped frames reporting

    OnFrameRenderedListener can be significantly delayed and some frames may
    have been rendered even if there was no callback generated, so we can't
    rely on the callback to get dropped frames. We now predict if a frame
    would be dropped on the time when it's enqueued.
    
    b/302198176
    jasonzhangxx committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8f15667 View commit details
    Browse the repository at this point in the history