iOS: Turn off os_log? #31630
Unanswered
Mike-E-angelo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I do not know about MAUI, but I can see relevant stackoverflow topic, Apple developer forum topic or relevant blog post. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're trying to mitigate the impact of a known issue reported since June. With any Maui control library over 9.0.61, hundreds of warnings get output in the debugger per minute. Since the PR seems to be in limbo, we want to turn off these warnings. I have done searching and you can supposedly turn off
os_log
messages by providing the environmental variableOS_ACTIVITY_MODE=disable
. I have tried this but this doesn't seem to work and the warnings persist.Is there a way to turn off all warnings generated by os_log? Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions