You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tateisu
changed the title
Android Studio can't export Code Inspection result to HTML if result Contains AndroidLintLogNotTimber
Android Studio can't export code Inspection result to HTML if result contains AndroidLintLogNotTimber
Jan 16, 2025
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.
The text was updated successfully, but these errors were encountered: