SF: add dumpsys command to dump hwc layers
Test: adb shell dumpsys SurfaceFlinger --hwclayers
Change-Id: I8714a21e377cf51053beb603ab61bc40101e85d8
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h
index d005337..4eae38f 100644
--- a/services/surfaceflinger/SurfaceFlinger.h
+++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -1006,6 +1006,7 @@
* Debugging & dumpsys
*/
void dumpAllLocked(const DumpArgs& args, std::string& result) const REQUIRES(mStateLock);
+ void dumpHwcLayersMinidumpLocked(std::string& result) const REQUIRES(mStateLock);
void appendSfConfigString(std::string& result) const;
void listLayersLocked(std::string& result) const;