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

Commit 0ff8c5f3 authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

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

* commit '9b824560':
  Dump the right matrix when logging display lists
parents f096f938 9b824560
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) {