CoraLibre / CoraLibre-android-sdk

CoraLibre-android-sdk fork of prestandard DP-3T to make compatible with the Google/Apple protocol
Mozilla Public License 2.0
127 stars 7 forks source link

Wrap Log.d() into if(BuildConfig.DEBUG) statements #37

Closed theScrabi closed 4 years ago

theScrabi commented 4 years ago

Some Log.d() commands critical information that should not be exposed to LogCat. This may be necesary for debugging but should be prevented in production. Other Log commands should be checked as well.