Step to reproduce
- open Android studio project that use Timber library
- write
Log.i("tag","message") in code somewhere, this will make AndroidLintLogNotTimber warning.
- run code Inspection from
menu / Code / Inspect Code...
- export inspection result as HTML

Actual behavior
got error dialog.
Can't find tools for "AndroidLintLogNotTimber" in the profile "Default"

also html output does not contains all inspection result.
Expect behavior
not raise error.
Step to reproduce
Log.i("tag","message")in code somewhere, this will make AndroidLintLogNotTimber warning.menu / Code / Inspect Code...Actual behavior
got error dialog.
also html output does not contains all inspection result.
Expect behavior
not raise error.