iOS: Turn off os_log? #31630
Unanswered
Mike-E-angelo
asked this question in
Q&A
Replies: 2 comments 7 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
-
Hi @rolfbjarne, sorry to keep pinging you on iOS matters, but there doesn't really seem to be an active community here for it. 😞 My concern here is that if an environmental variable is being applied but not working, isn't this a bug? Should I report this in your repository or Maui's? Thank you for any assistance you can provide, and for all your efforts out there. 🙏 |
Beta Was this translation helpful? Give feedback.
5 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