Hello,
I am testing a build for Pico and using adb logcat to see the logs of the application.
As soon as the app is launched there are very many big messages logged every second:

We have tried to set stack trace logging to None. We've also set Debug.unityLogger.logEnabled = false. However, these logs still come through, which leads us to believe that these come from your native code. I made a test to see if these logs are printed for others apps as well and this is not the case.
How can we remove these logs, as we have a feeling that these cause the performance issues we are currently having in our build.
Unity 2021.1.28f1
Pico Unity XR SDK v2.0.1
Thanks!