commit | 90da4dd2a20c11fa2f9b860905c867a64b2b299e | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Sep 23 18:13:21 2010 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Sep 23 18:13:21 2010 -0700 |
tree | 146eb9919c3762113ade8cc384759b7e07db148e | |
parent | 4f5388df7f939b3d5854e8c59e82fa0f387a2a22 [diff] [blame] |
dump HWC state in dumpsys Change-Id: Ifbb38ca1ac9685776250e01c8d02021b35af72cf
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index 06c86dd..b353bff 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -1533,6 +1533,7 @@ hwc.initCheck()==NO_ERROR ? "present" : "not present", mDebugDisableHWC ? "disabled" : "enabled"); result.append(buffer); + hwc.dump(result, buffer, SIZE); const GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); alloc.dump(result);