Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

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.

Tests

Issues

10 commandments of code reviews

👪 https://gitlab.e.foundation/internal/wiki/-/wikis/development/code-review

Merge request reports

Loading