android-crash-handler icon indicating copy to clipboard operation
android-crash-handler copied to clipboard

Lint rule for detecting logs in non debug builds

Open zplesac opened this issue 9 years ago • 1 comments

Define custom lint rule, which will search for Log calls in non debug builds. This way, we'll force developers to always use Timber as only logging mechanism.

zplesac avatar Dec 15 '15 21:12 zplesac

@zplesac any idea to disable any module?

Actually, I'm already using Fabric#Crashlytics

ExploiTR avatar Jul 01 '18 17:07 ExploiTR