element-hq / element-hq/element-android
[SDK] Add a way to disable output on logcat
Open
matrix-sdk
- Dominant language
- Kotlin
- Stars
- 3.7k
- Forks
- 917
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Could be nice to tell the SDK to be quiet and do not output anything to logcat. It could even be the default behavior, since as an application developer I do not want to see my log polluted by all my third party libraries.
Not sure if it's possible to easily do that with Timber, we do not want to add `if` statement around each log.
Contributor guide
Assessment
This issue has not been assessed yet.