Status Update
Comments
sg...@google.com <sg...@google.com> #2
Information redacted by Android Beta Feedback.
a....@gmail.com <a....@gmail.com> #3
pressed the buttons to increase the volume. Nothing worked. I tried to
decrease the volume and nothing worked. The volume control did not appear
on the screen. Smiles
On Mon, Sep 30, 2024, 6:54 AM <buganizer-system@google.com> wrote:
a....@gmail.com <a....@gmail.com> #4
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
sg...@google.com <sg...@google.com> #5
I don't know what ClassLoaderContext classpath size mismatch
means. Are you performing dynamic class loading? I can see that split_MeasurementDynamite_installtime.apk
is mentioned.
a....@gmail.com <a....@gmail.com> #6
Are you performing dynamic class loading?
No, we do not perform dynamic class loading. Perhaps it exists in the used libraries? As far as I see, split_MeasurementDynamite_installtime.apk
relates to Google Play services. Should I file a bug in their space or in ART? After all, what's more important to me is fixing the oat reset issue that affects the application launch.
Description
Summary: The application experiences slow loading times after a message about duplicated classes appears in the log. This issue affects performance, especially on low-end devices.
Steps to Reproduce:
dexopt
status in logcat:dexopt
status changing to:Expected Behavior:
dexopt
status should remain at an optimized state after installation.Actual Behavior:
dexopt
status changes to[status=run-from-apk]
, which is less efficient.Impact:
Additional Information: