We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for this library, it's allowing me to implement accelerometer-based functionality easily.
I've noticed that the logs are extremely chatty. I'm getting lines like the following on every sensor update:
startAccelerometerUpdates: -0.029541, -0.031815, -1.006012
This makes it impossible to use the logs for anything else, because anything besides these updates are quickly pushed off my screen.
Would you mind changing the default logging behavior of this library to not output any updates at all, unless something breaks?
The text was updated successfully, but these errors were encountered:
@corbt don't have the time to do it myself, but would happily accept a pr. cheers
Sorry, something went wrong.
Just submitted a PR :)
No branches or pull requests
Thanks for this library, it's allowing me to implement accelerometer-based functionality easily.
I've noticed that the logs are extremely chatty. I'm getting lines like the following on every sensor update:
This makes it impossible to use the logs for anything else, because anything besides these updates are quickly pushed off my screen.
Would you mind changing the default logging behavior of this library to not output any updates at all, unless something breaks?
The text was updated successfully, but these errors were encountered: