Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
697 views
in Technique[技术] by (71.8m points)

java - endAllStagingAnimators explanation

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:

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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
  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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.6k users

...