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

Slow render spans don't provide data of current screen #553

Open
jitinsharma opened this issue Aug 23, 2024 · 0 comments
Open

Slow render spans don't provide data of current screen #553

jitinsharma opened this issue Aug 23, 2024 · 0 comments

Comments

@jitinsharma
Copy link

Currently Span generated by Slow Render Instrumentation just provides activity name, which is very limited information since activity itself might render multiple fragments, views, popups etc. We can use VisibileScreenDetector to add current screen and last screen as span attributes which might give a more approximate answer where frozen frame was detected.
I can try out a POC around how accurately can we get screen data since FrameMetrics listener is attached at activity, but would like to know any other thoughts around this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants