commit | 70eff906ad6d944fab92608e2ad11deb3fbb396e | [log] [tgz] |
---|---|---|
author | Doris Liu <tianliu@google.com> | Wed Apr 13 17:22:56 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 13 17:22:57 2016 +0000 |
tree | 739196ed822f0e98781b459aa4361339f6803f93 | |
parent | 351303531f440b661215cb35394331d11568ac68 [diff] | |
parent | 952670d9cf533ed3529b7960f6c88399a400a147 [diff] |
Merge "rm log spam" into nyc-dev
diff --git a/libs/hwui/Animator.cpp b/libs/hwui/Animator.cpp index bd71e0d..4d65782 100644 --- a/libs/hwui/Animator.cpp +++ b/libs/hwui/Animator.cpp
@@ -226,7 +226,7 @@ // 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); } }