commit | 8372785879d329f592f6883620b5a32d80d74691 | [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 | 17ec9a14f6d446967c811141e1b449f24124dd39 | |
parent | b8ffcbcbb0eb7e2dc91ac8c1fff777683c7ec6a3 [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);