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

Commit 9b824560 authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

am 9b40bdf6: Merge "Dump the right matrix when logging display lists" into klp-dev

* commit '9b40bdf6':
  Dump the right matrix when logging display lists
parents 3ec449e0 9b40bdf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -358,7 +358,7 @@ void DisplayList::outputViewProperties(const int level) {
    }
    if (mAnimationMatrix) {
        ALOGD("%*sConcatMatrix (animation) %p: " MATRIX_STRING,
                level * 2, "", mAnimationMatrix, MATRIX_ARGS(mStaticMatrix));
                level * 2, "", mAnimationMatrix, MATRIX_ARGS(mAnimationMatrix));
    }
    if (mMatrixFlags != 0) {
        if (mMatrixFlags == TRANSLATION) {