OSDN Git Service

drm_hwcomposer: Add Dump() to the Compositor interface
authorSean Paul <seanpaul@chromium.org>
Wed, 10 Jun 2015 21:27:47 +0000 (17:27 -0400)
committerSean Paul <seanpaul@chromium.org>
Wed, 10 Jun 2015 21:33:00 +0000 (17:33 -0400)
commit9046c64fcb9a504a04dbaa32718b2fb0503c843b
treed5203a125ae180e502a24620571a67593a9cc1d8
parent1eb6006fb7d950c5aefb202459234c96f8bf2895
drm_hwcomposer: Add Dump() to the Compositor interface

Add a Dump() function to the Compositor base class and pipe it
through hwcomposer. This can be invoked from the shell by
running "dumpsys SurfaceFlinger".

Change-Id: I87646f4e926ac6d52a04ba130957abdfab99c491
Signed-off-by: Sean Paul <seanpaul@chromium.org>
compositor.cpp
compositor.h
hwcomposer.cpp