Real device testing problems with logging

I’m starting out with using the real device testing functionality for iOS applications.

I’ve got two problems with the logging capabilities:

  1. One thing I’ve noticed is that the logs functions are basically broken. The search function on the logging screen does not at all filter the log output. The workaround is to download the logs, but this isn’t always ideal.

  2. I don’t see my application logs at all. I see all the system logs, but not the logs from my app. We use the OS log functions e.g. _os_log_internal to write logs. Is there a way to see these logs?

Are there any workarounds / solutions for these two problems? Thanks!