rm log spam

Bug: 27385133
Change-Id: Ia97fbba61da691e2fde91ed1a857e0478046f8c0
This commit is contained in:
Doris Liu
2016-04-12 17:43:00 -07:00
parent b6e1dafe78
commit 952670d9cf

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);
}
}