Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
je...@google.com <je...@google.com> #2
looks like it was added by cmw@
cm...@google.com <cm...@google.com>
mc...@ebay.com <mc...@ebay.com> #4
Thank you much!
an...@google.com <an...@google.com> #5
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Iguana | 2023.2.1 Canary 5
- Android Gradle Plugin 8.3.0-alpha05
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
mc...@ebay.com <mc...@ebay.com> #6
Looks great. Thanks again!
Description
AGP has --info level logging which produces an excessive amount of content on our project.
com.android.build.gradle.internal.profile.AnalyticsUtil#otherPluginToProto
It would seem that for every plugin on every project module it logs to Gradle at the --info level a message like the following for every plugin that it doesn't know:
On a large project such as ours with over 600 project modules and a large number of applied convention plugins that ends up dumping 23069 lines into the info-level log, which is surprisingly even more than the remainder of all logging in the log file (21319 lines).
Please move this to debug level logging (already useless in Gradle logs) or remove it altogether.
Studio Build: N/A Version of Gradle Plugin: 8.1.1 Version of Gradle: Gradle 8.3 Version of Java: 17.0.6 (Azul Systems, Inc. 17.0.6+10-LTS) OS: Mac OS X 13.5.2 aarch64