Merge "rm log spam" into nyc-dev

am: 70eff90

* commit '70eff906ad6d944fab92608e2ad11deb3fbb396e':
  rm log spam

Change-Id: I6c2a4865ba4146ffdec555346c35b5f77fa147bd
This commit is contained in:
Doris Liu
2016-04-13 17:28:33 +00:00
committed by android-build-merger

View File

@@ -226,7 +226,7 @@ void BaseRenderNodeAnimator::transitionToRunning(AnimationContext& context) {
// Set to 0 so that the animate() basically instantly finishes
mStartTime = 0;
}
if (mDuration < 0 || mDuration > 50000) {
if (mDuration < 0) {
ALOGW("Your duration is strange and confusing: %" PRId64, mDuration);
}
}