Fixed
Status Update
Comments
au...@google.com <au...@google.com>
xa...@google.com <xa...@google.com>
au...@google.com <au...@google.com> #2
It is coming from Logger.getInstance(NdkResolution::class.java).info("$title: $message")
Should info level messages even be showing up in IDE status?
Description
cd frameworks/support
./gradlew studio
Expected: No warnings
Actual: Print out to event log
This is not helpful to the user, we should not print it.