commit | 5bd1b2794b227e25fbd7e4c919bcefc3510e0761 | [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 | 126c836c07209df2d44cb3db4b596841a0064fe1 | |
parent | 4bacc9dc674792c745f362962883a19f4a35c88c [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