commit | 22da60c3e64cd57535cbba063c07127814a2b52f | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Sep 09 00:49:11 2011 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Sep 09 00:49:44 2011 -0700 |
tree | d4e2221d0055db4eb6d726d276d490fec8068548 | |
parent | f384cc3008a25ad1b00403aca0cc001547f029c6 [diff] [blame] |
Improve SF dumpsys output wrt HWC Change-Id: Ibdb7930fa3b521bfd3f44750ed98cfd75f9a01fe
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index 2576576..768f8e0 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -1606,7 +1606,7 @@ hwc.initCheck()==NO_ERROR ? "present" : "not present", (mDebugDisableHWC || mDebugRegion) ? "disabled" : "enabled"); result.append(buffer); - hwc.dump(result, buffer, SIZE); + hwc.dump(result, buffer, SIZE, mVisibleLayersSortedByZ); /* * Dump gralloc state