issues
search
JakeWharton
/
timber
A logger with a small, extensible API which provides utility on top of Android's normal Log class.
https://jakewharton.github.io/timber/docs/5.x/
Apache License 2.0
10.46k
stars
962
forks
source link
Fix some issues with the lint detector
#421
Closed
eygraber
closed
3 years ago
eygraber
commented
3 years ago
The tag length check was looking at minSdk <= 23 but the docs say that it applies until API 26
https://developer.android.com/reference/android/util/Log#isLoggable(java.lang.String,%20int
)
Closes #426
Closes #426