am f29b2624: Merge "Fix log line" into lmp-dev

* commit 'f29b2624f648cde1de186cd6685c4ce67bcb0d53':
  Fix log line
This commit is contained in:
John Reck
2014-08-28 17:26:05 +00:00
committed by Android Git Automerger

View File

@@ -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!");
}
}