react-native-webview/android
Greg Price b2cd6b54fa fix(android): Move noisy debug logging out of "quiet" log level. (#844)
Each time building our app, this library causes a message like this
one to be printed, sometimes twice:

  > Configure project :react-native-webview
  :react-native-webview:reactNativeAndroidRoot /home/greg/z/mobile/node_modules/react-native/android

Worse, the message comes through even if I silence all normal
progress messages and warnings, with `./gradlew --quiet`.

It turns out that the `logger.quiet` method which these log lines are
using has a confusing name.  It doesn't mean "log quietly", but more
like the opposite: "log even when asked to keep things quiet".  See
documentation on Gradle log levels:
  https://docs.gradle.org/current/userguide/logging.html

So, remove the noise by switching to `logger.info`.  This avoids
bothering the user by default, and keeps the information readily
available if desired by passing `--info` to Gradle.
2019-09-04 09:22:23 +02:00
..
src/main fix(android): webview crash with incognito in Android Lollipop (#799) 2019-08-29 16:47:48 +02:00
.editorconfig chore(format): Android project formatting (#433) 2019-03-19 14:42:47 +00:00
build.gradle fix(android): Move noisy debug logging out of "quiet" log level. (#844) 2019-09-04 09:22:23 +02:00
gradle.properties fix(AndroidX support): Fixed broken import + added instructions (#583) 2019-05-20 00:36:51 +02:00