Today I noticed the following in my logcat:
D/OpenGLRenderer: endAllStagingAnimators on 0xa2c70600 (CardView) with handle 0xa2c9d350
First of all, I haven't noticed any errors when running the application, but I did some research and couldn't find anything about this. There is also a few questions about this with no answers:
endAllStagingAnimators on RippleEffect
what is endAllStagingAnimators
endAllStagingAnimators on CardView
The name endAllStagingAnimators
kind of says what it is, "ending all animators". But like I said, I can't find any information about this.
So my question is:
What is endAllStagingAnimators, should I be worried about it and where can I get more information about this?