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

* commit '9b40bdf64420bf1585ccadd36d0a7d38f3c77865':
  Dump the right matrix when logging display lists
This commit is contained in:
Chris Craik
2013-09-06 12:58:06 -07:00
committed by Android Git Automerger

View File

@@ -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) {