raygun4android icon indicating copy to clipboard operation
raygun4android copied to clipboard

Including raygun forces apps to use Timber or suffer a million lint warnings.

Open DanFTRX opened this issue 5 years ago • 1 comments

Timber appears to have several embedded lint rules, of which one is particularly annoying. The LogNotTimber lint rule which gets inherited by anybody including Raygun, causes all uses of Log to have a lint warning that it should be using Timber. This cannot be easily worked around, as Android Studio Code inspection profiles are per computer and not something that can be commited into a shared code repository.

I don't think we should have to use Timber in order to use raygun.

DanFTRX avatar Dec 17 '19 20:12 DanFTRX

Todos:

  • Document excluding the warnings
  • Make use of Timber optional maybe

TheRealAgentK avatar May 02 '22 21:05 TheRealAgentK

Documented in feature/sdk34 branch.

TheRealAgentK avatar Nov 06 '23 02:11 TheRealAgentK