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

ISSUE-567: Added more logs #568

Merged
merged 2 commits into from
Sep 5, 2023
Merged

Conversation

Nikitae57
Copy link
Collaborator

@Nikitae57 Nikitae57 commented Sep 4, 2023

Closes #567

@Nikitae57 Nikitae57 force-pushed the ISSUE-567-More-logs-for-dialogs-safety branch from 55e156e to a244791 Compare September 4, 2023 13:50
@@ -114,6 +115,7 @@ class SystemDialogSafetyProviderImpl(

if (systemDialogsSafetyParams.shouldIgnoreKeyboard) {
val isKeyboardVisible = isVisible(By.pkg(Pattern.compile("\\S*google.android.inputmethod\\S*")).clazz(FrameLayout::class.java))
logger.i("Found keyboard")
Copy link
Member

@matzuk matzuk Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this comment still valid here? If yes, please add more details because the log looks like typical debug stuff.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it could go into the void. Removed it with the last commit. I'll squash on merge

@Nikitae57 Nikitae57 merged commit 9c6abc3 into master Sep 5, 2023
5 of 6 checks passed
@Nikitae57 Nikitae57 deleted the ISSUE-567-More-logs-for-dialogs-safety branch September 5, 2023 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Kaspresso
In progress
Development

Successfully merging this pull request may close these issues.

Log more info in system dialogs safety code
3 participants