Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f9ad32f authored by Doris Liu's avatar Doris Liu Committed by android-build-merger
Browse files

Merge "rm log spam" into nyc-dev am: 70eff906

am: d3473ffd

* commit 'd3473ffd':
  rm log spam

Change-Id: I5472c2a02bfd26c4e78329c5271e0ea2b4dd12a5
parents ae8dcce0 d3473ffd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }
}