MindscapeHQ / raygun4android

Android crash reporting provider for Raygun
https://raygun.com
MIT License
21 stars 14 forks source link

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

Closed DanFTRX closed 11 months ago

DanFTRX commented 4 years ago

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.

TheRealAgentK commented 2 years ago

Todos:

TheRealAgentK commented 11 months ago

Documented in feature/sdk34 branch.