I appreciate your decision to contribute, thank you!
However I don't think this will benefit the majority of the users much, as this will only print a message in Logcat (although quite warm), and a focus of this project is to remain small. Therefore I decided not to accept this.
If it is only intended for debug builds, you can wrap it with if(BuildConfig.Debug). This ensure the public release size will not be affected and is only output in debug builds, as it will be discard by R8 code shrinker.
Thank you for your decision to contribute nonetheless!
I appreciate your decision to contribute, thank you!
However I don't think this will benefit the majority of the users much, as this will only print a message in Logcat (although quite warm), and a focus of this project is to remain small. Therefore I decided not to accept this.
If it is only intended for debug builds, you can wrap it with
if(BuildConfig.Debug)
. This ensure the public release size will not be affected and is only output in debug builds, as it will be discard by R8 code shrinker.Thank you for your decision to contribute nonetheless!