diff options
author | 2014-08-28 09:56:20 -0700 | |
---|---|---|
committer | 2014-08-28 09:56:20 -0700 | |
commit | c7e2993628a6c87500cb7e5369e6a52eacb3280c (patch) | |
tree | 0e0945c4ec5ef214b7fc50f93c700d6eb8dc8c0d | |
parent | e9a204f04465c26a32a15c237b985def8c2b4a90 (diff) |
Fix log line
Change-Id: I290491f559281c7b3d1d132495ea2fffcfaf4725
-rw-r--r-- | libs/hwui/AnimationContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/AnimationContext.cpp b/libs/hwui/AnimationContext.cpp index 732f4f1967ae..d7d974389441 100644 --- a/libs/hwui/AnimationContext.cpp +++ b/libs/hwui/AnimationContext.cpp @@ -37,7 +37,7 @@ AnimationContext::~AnimationContext() { AnimatorManager& animators = current->mRenderNode->animators(); animators.endAllAnimators(); LOG_ALWAYS_FATAL_IF(mCurrentFrameAnimations.mNextHandle == current, - "Animate failed to remove from current frame list!"); + "endAllAnimators failed to remove from current frame list!"); } } |