This repository was archived by the owner on Nov 8, 2019. It is now read-only.

Description
As soon as a create a GvrView instance, I receive a ton of warning messages (every milliseconds or so) and it is flooding the logs. It is more annoying as I don't know how to filter them out. Also, I'm not sure if it could be an issue. Here is a small sample of the warnings I get:
01-22 12:49:19.613 18459-18578/com.testing.gvr W/native: orientation_filter.cc:400 SensorFusion: Mag sample is too old: 0.00616455
01-22 12:49:19.633 18459-18578/com.testing.gvr W/native: orientation_filter.cc:400 SensorFusion: Mag sample is too old: 0.00558472
01-22 12:49:19.653 18459-18578/com.testing.gvr W/native: orientation_filter.cc:400 SensorFusion: Mag sample is too old: 0.00546265
01-22 12:49:19.672 18459-18578/com.testing.gvr W/native: orientation_filter.cc:400 SensorFusion: Mag sample is too old: 0.00518799
01-22 12:49:19.692 18459-18578/com.testing.gvr W/native: orientation_filter.cc:400 SensorFusion: Mag sample is too old: 0.00482178
Phone reporting the warnings is a Samsung S8. I don't get these in the emulator. I will test with other physical devices when I can.