Obsolete
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Yigit, do you have time to fix it?
reemission of the same liveData is racy
reemission of the same liveData is racy
cc...@google.com <cc...@google.com> #3
yea i'll take it.
cc...@google.com <cc...@google.com> #4
Thanks for the detailed analysis. This may not be an issue anymore since we've started using Main.immediate there but I' not sure; I'll try to create a test case.
Description
This may be because trace is dropping content near the beginning, which is generally more likely to jank. Will see if periodic write to disk fixes this.
Some of this (on more recent platforms) could also be that dumpsys metrics do account for GPU time on recent platform versions, and our metrics don't (for consistency across platform versions, as old platforms don't trace that).