From 66063ae2d6ff523bbf200cccdb9223d824c240a4 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Thu, 5 Sep 2013 16:11:18 -0700 Subject: [PATCH] Dump the right matrix when logging display lists bug:10631274 Change-Id: I6b32bfcb3e207321da60807091d7ac0ecf6112ab --- libs/hwui/DisplayList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hwui/DisplayList.cpp b/libs/hwui/DisplayList.cpp index cebfd268bbd25..0d7b37d00df2d 100644 --- a/libs/hwui/DisplayList.cpp +++ b/libs/hwui/DisplayList.cpp @@ -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) {