Assigned
Status Update
Comments
se...@google.com <se...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Expected output
What is the expected output?
Current output
What is the current output?
se...@google.com <se...@google.com> #3
How can you possibly need more information, i just told you the exact part of code causing the issue, and the code changes required to fix it!
Please read the description.
Expected output:
What is the expected output?
See attached "expected.webm" video in OP
Current output
What is the current output?
See attached "actual.webm" video in OP
Please read the description.
Expected output:
What is the expected output?
See attached "expected.webm" video in OP
Current output
What is the current output?
See attached "actual.webm" video in OP
Description
ProfileinstallerInitializer is in the hot path for all compose applications.
It is also the first code run in an application, and can't assume anything is initialized.
Currently, delayAfterFirstFrame is allocating a Choreographer which is taking a non-zero amount of time.
Please audit to see if another path allows this to drop this allocation.