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

Wrap log method tracing in null check. #361

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

jukov
Copy link
Contributor

@jukov jukov commented Aug 22, 2023

Hey!

Recently we added your lib in our project and made first release with it.
I investigated our Crashlytics and found an ANR caused by BiometricLoggingImpl:31.
Looks like it is not necessary to querying current method if there is not logger, so I fixed that by wrapping in let.

I didn't find any contributing guidelines, so if something is wrong in my code or in PR structure, just let me know.

@sergeykomlach sergeykomlach merged commit 3051231 into sergeykomlach:develop Aug 22, 2023
1 check passed
@sergeykomlach
Copy link
Owner

@jukov Tnx for your contribution. PR merged

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

Successfully merging this pull request may close these issues.

2 participants