Skip to content
New issue

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

LogCat being bombarded with error logs #17

Open
pierrekhouryy opened this issue Aug 17, 2020 · 0 comments
Open

LogCat being bombarded with error logs #17

pierrekhouryy opened this issue Aug 17, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@pierrekhouryy
Copy link

Sometimes my logcat gets bombarded with error like the following:

E/RecyclerView: Smooth Scroll action is being updated too frequently. Make sure you are not changing it unless necessary
W/RecyclerView: An instance of SmoothScroller was started more than once. Each instance ofSmoothScroller is intended to only be used once. You should create a new instance for each use.
I/System.out: position changed: 2
E/RecyclerView: Smooth Scroll action is being updated too frequently. Make sure you are not changing it unless necessary
W/RecyclerView: An instance of SmoothScroller was started more than once. Each instance ofSmoothScroller is intended to only be used once. You should create a new instance for each use.
I/System.out: position changed: 2
E/RecyclerView: Smooth Scroll action is being updated too frequently. Make sure you are not changing it unless necessary
W/RecyclerView: An instance of SmoothScroller was started more than once. Each instance ofSmoothScroller is intended to only be used once. You should create a new instance for each use.
....

Additionally, the method OnPostitionChanged is called an infinite amount times.

@pierrekhouryy pierrekhouryy added the bug Something isn't working label Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant