Androidacy Service Account
Androidacy Service Account
We still see a while lot of log spam.... we're talking hundreds of lines of logs in GH Actions and local builds, even after the latest release. Is there a...
> Can you please provide more details @androidacy-user > > - which log messages do you see > - what's your log level (logs will show for info and debug...
> @androidacy-user Did you set `org.gradle.logging.level` in the `gradle.properties` file, either the one in the Gradle project or the one in your Gradle user home directory (e.g. `$HOME/.gradle/gradle.properties`)? And if...
Here's a "small" sample of what is spamming the logs. Note that i had to remove stacktraces to stay under github's char limit, it was 3000+ lines originally. Note that...
> @androidacy-user you are using an old version (11.1.3) of the AboutLibraries plugin. Please update to the latest version 11.2.1. > > 11.2.1 is the first version where this pull...
> ZA is in conflict with the Font Manager module (app) if I change the original fonts to some other ones... Then set the restart system UI > > And...
You could get fancy with hacky workarounds, or just go for the `enableEdgeToEdge()` API, since basically any modern app should be using the AndroidX core library already.