Assigned
Status Update
Comments
ma...@google.com <ma...@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?
mo...@axiomtelecom.com <mo...@axiomtelecom.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
cc...@google.com <cc...@google.com> #4
1. Import attached project
2. Install and run on Android 5 (Lollipop) or above
3. Click FAB and see it fall below/behind the navigation bar once the Snackbar disappear
2. Install and run on Android 5 (Lollipop) or above
3. Click FAB and see it fall below/behind the navigation bar once the Snackbar disappear
mo...@axiomtelecom.com <mo...@axiomtelecom.com> #5
Comment has been deleted.
mo...@axiomtelecom.com <mo...@axiomtelecom.com> #6
It's a RAR archive, there's no issue with it.
However you have problems extracting such, here's the same content as a ZIP archive.
However you have problems extracting such, here's the same content as a ZIP archive.
mo...@axiomtelecom.com <mo...@axiomtelecom.com> #7
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.
Description
Version used: 1.3.1
Devices/Android versions reproduced on: POS android device 8.1
I'm developing a new version of my app on POS system with low properties like 1GB of RAM and custom OS which is using API 27, Oreo 8.1.
Using compose the performance is very different from XML Android view, So After I used the baseline profile and install Sunflower app in singed release type. the same performance I'm facing and getting this log.
No improvement in performance.
I'm not sure if I made the wrong decide to develop the app with compose as UI, The old design with xml layout is good and better performance.
2024-05-07 09:57:49.331 29307-29307 zygote com.google.samples.apps.sunflower I Deoptimizing s3.g$b s3.g$b$a.b(s3.g$b, s3.g$c) due to JIT same target
2024-05-07 09:57:49.366 29307-29312 zygote com.google.samples.apps.sunflower I Do full code cache collection, code=126KB, data=97KB
2024-05-07 09:57:49.368 29307-29312 zygote com.google.samples.apps.sunflower I After code cache collection, code=107KB, data=63KB
2024-05-07 09:57:49.369 29307-29307 Choreographer com.google.samples.apps.sunflower I Skipped 89 frames! The application may be doing too much work on its main thread.
2024-05-07 09:57:49.393 29307-29307 zygote com.google.samples.apps.sunflower I Deoptimizing Z.I Z.p.F(Z.I) due to JIT inline cache
2024-05-07 09:57:49.414 29307-29312 zygote com.google.samples.apps.sunflower I Do partial code cache collection, code=108KB, data=70KB
2024-05-07 09:57:49.416 29307-29312 zygote com.google.samples.apps.sunflower I After code cache collection, code=104KB, data=67KB
2024-05-07 09:57:49.416 29307-29312 zygote com.google.samples.apps.sunflower I Increasing code cache capacity to 512KB