endAllStagingAnimators explanation

青春壹個敷衍的年華 提交于 2019-12-11 15:22:54

问题


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?


回答1:


  1. This message is related to RippleEffect Animation. It is an internal message which must have been logged after ripple effect has finished (indicating that all staged animators of ripple effect are successfully removed from CardView).

  2. This is not an error message and thus won't affect you in any way. It is internal debug message( D/ OpenGLRenderer). Refer here



来源:https://stackoverflow.com/questions/46938999/endallstaginganimators-explanation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!