Skip to content

LogCat being bombarded with error logs #17

Description

@pierrekhouryy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions