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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user