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

feat(android): add prop to control debug log level #3277

Conversation

freeboub
Copy link
Collaborator

@freeboub freeboub commented Oct 5, 2023

Add custom log level prop for android.
It allows to increase log verbosity on demand.
This is a preliminary PR for futur work.
A toolbox to handle safe parsing of component props has also be created (more job to do to apply it systematically).
Documentation updated.

@freeboub freeboub changed the title [WIP] feat: add prop to allow controlling of debug log level feat(android): add prop to allow controlling of debug log level Oct 7, 2023
@freeboub freeboub changed the title feat(android): add prop to allow controlling of debug log level feat(android): add prop to control debug log level Oct 7, 2023
val key = iterator.nextKey()
result[key] = readableMap.getString(key)
}
return result
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thank you, I will remove the old one !

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done, Thank you !

Copy link
Collaborator

@KrzysztofMoch KrzysztofMoch left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@freeboub freeboub merged commit add8792 into TheWidlarzGroup:master Oct 10, 2023
1 check passed
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.

None yet

2 participants