CompatDexBuilder and Desugar write excessive amounts of info and warning messages to the console #17647
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-Android
Issues for Android team
type: bug
Description of the bug:
The R8 based dexing and desugaring actions are writing an excessive amount of info and warning messages to the console that are distracting and aren't really actionable.
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
The easiest way to reproduce these errors is to build an Android binary that depends on maven dependencies that do not have a complete classpath.
You will often see messages that look like:
Which operating system are you running Bazel on?
Mac OS
What is the output of
bazel info release
?HEAD
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: