Status Update
Comments
au...@google.com <au...@google.com> #2
Information redacted by Android Beta Feedback.
au...@google.com <au...@google.com> #3
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.
bb...@gmail.com <bb...@gmail.com> #4
ga...@google.com <ga...@google.com>
bi...@google.com <bi...@google.com> #5
au...@google.com <au...@google.com> #6
Thank you for the report.
Please capture the bugreport by enabling modem logs.
[How to enable "Verbose Vendor Logging"]
Menu->settings->about phone -> build number -> keep click the "build number" till it shows "now you are a developer"
Go to Settings -> system -> developer options
Scroll down and find "USB debugging". Enable it "Enable Verbose Vendor Logging" Enable it too
Whenever issue observed, please do:
Settings -> System -> Developer Options -> Click "Bug report".
It will take few minutes to generate A bugreport. Please save and share it.
Note: Please upload the bug report to google drive and share the folder to
au...@google.com <au...@google.com> #7
starting. (At around 9:05 AEDST)
On Mon, 22 July 2024, 8:52 am , <buganizer-system@google.com> wrote:
bi...@google.com <bi...@google.com> #8
Thank you for the update, we'll update this issue once more information becomes available.
Description
DESCRIBE THE ISSUE IN DETAIL:
AGP cmake causes configuration cache invalidation.
STEPS TO REPRODUCE:
./gradlew zipTestConfigsWithApks
in the androidx project./gradlew zipTestConfigsWithApks
(second time)EXPECTED
Configuration cache is used the second time
ACTUAL
Configuration cache is not used the second time
It seems that AGP is checking for existence of this directory, thus making this an input to the configuration cache. As stuff is written to this directory, it invalidates the configuration cache.