Something (or a lot) is janky about apps built for "My Mac - designed for iPad."
Aside from things just not working, the amount of garbage spewed to the console during debugging is unmanageable. I can't see my own trace statements amongst screens and screens of repetitive nonsense.
I right-clicked on it and set it to filter out errors, but I'd like to get notified of legitimate errors. Anyone employing a clever filtering method I'm not aware of?
OK, progress.
If you control click on a log entry, the contextual menu has a Hide Similar Items submenu that lets you hide specific subsystems, categories, and so on. You can also type filter expressions into the Filter field at the bottom of the debug area.
It’s hard for me to explain this all using just text, so I recommend that you watch the WWDC 2023 session about it. You can find a link to that, and a whole bunch of other system log docs, in Your Friend the System Log.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"