Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Studio can't export code Inspection result to HTML if result contains AndroidLintLogNotTimber #512

Open
tateisu opened this issue Jan 16, 2025 · 0 comments

Comments

@tateisu
Copy link

tateisu commented Jan 16, 2025

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

image

Actual behavior

got error dialog.

Can't find tools for "AndroidLintLogNotTimber" in the profile "Default"

image

also html output does not contains all inspection result.

Expect behavior

not raise error.

@tateisu 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant