google-ar / sceneform-android-sdk

Sceneform SDK for Android
https://developers.google.com/sceneform/develop/
Apache License 2.0
1.23k stars 604 forks source link

Infinite error log "VIO is not tracking" #833

Open noambe opened 5 years ago

noambe commented 5 years ago

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

sumitkamath commented 5 years ago

+1 this is very irritating