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: Support __android_log_write_log_message based logging #3155

Open
wants to merge 1 commit into
base: v1.x
Choose a base branch
from

Conversation

jarekpelczar
Copy link

This function has been introduced in API Level 30. This commit enables support for dynamic use of the new API (in case the application would run on older OS versions).

This function has been introduced in API Level 30. This commit
enables support for dynamic use of the new API (in case the
application would run on older OS versions).

Signed-off-by: Jarosław Pelczar <[email protected]>
@gabime
Copy link
Owner

gabime commented Aug 13, 2024

Thanks. However all those ifdefs makes this sink code bit messy. what this new api gives us anyway? Also the android doc state that __android_log_is_loggable should be used before using.

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