#ifndef ANDROID_GUI_LAYERDEBG_H #define ANDROID_GUI_LAYERDEBG_H #include namespace android { class LayerInfoDumpAPI; class LayerDebug { public: LayerDebug(); ~LayerDebug(); void onDumpLayer(const std::vector& value); private: LayerInfoDumpAPI* mDump; }; }; // namespace android #endif // ANDROID_GUI_LAYERDEBG_H