commit | 7031ff68bb998dbbd7caf3b2fd75eef747a86725 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Fri Feb 22 11:48:16 2013 -0800 |
committer | Romain Guy <romainguy@google.com> | Fri Feb 22 11:51:15 2013 -0800 |
tree | 0a2ae84a624a03136f5b5d82fa8885c207d650e7 | |
parent | e72409fe779f620382c5bd0b82f4a32ac91d9fe4 [diff] [blame] |
Prettify display lists logging This change makes it a lot easier to see the tree structure. Change-Id: I4969abd1eb010f1d529671f8d86dc4c930be24f6
diff --git a/libs/hwui/OpenGLRenderer.cpp b/libs/hwui/OpenGLRenderer.cpp index e5fd7b9..b832931 100644 --- a/libs/hwui/OpenGLRenderer.cpp +++ b/libs/hwui/OpenGLRenderer.cpp
@@ -1799,7 +1799,7 @@ void OpenGLRenderer::outputDisplayList(DisplayList* displayList) { if (displayList) { - displayList->output(0); + displayList->output(1); } }