We're using Sceneform version 1.11 (Android) and we're seeing these lines in an infinite loop in the logs. It completely pollutes logcat to the extent we need to manually need to filter this out.
2019-08-22 15:57:07.295 13569-15086/com.facebook.apex E/native: session.cc:519 generic::failed_precondition: VIO is not tracking.
2019-08-22 15:57:07.295 13569-15052/com.facebook.apex E/GoLog: E0822 15:57:07.295240 15086 session.cc:519] generic::failed_precondition: VIO is not tracking.
Is there a way to turn off logs from this component? Are we doing something wrong with initialization perhaps?
We're using Sceneform version 1.11 (Android) and we're seeing these lines in an infinite loop in the logs. It completely pollutes logcat to the extent we need to manually need to filter this out.
2019-08-22 15:57:07.295 13569-15086/com.facebook.apex E/native: session.cc:519 generic::failed_precondition: VIO is not tracking. 2019-08-22 15:57:07.295 13569-15052/com.facebook.apex E/GoLog: E0822 15:57:07.295240 15086 session.cc:519] generic::failed_precondition: VIO is not tracking.
Is there a way to turn off logs from this component? Are we doing something wrong with initialization perhaps?
Thanks, Noam