4339-Set_log_level_for_release_build
Description
co.trikita.Log
supports custom logLevel settings, which is missing
standard android.util.Log
. If any dependent app uses this 3rd
party library, they can also set the log level of our lib, so it can
stop printing sophisticated info into the logcat.
Screenshots
Technical details
Didn't use Timber
or any other log libraries, because, those don't follow the same android.util.Log
structure.
So using any one of them will require also code statement changes that may cause merge conflict on updates with upstream tasks.