19 #ifndef MIR_GRAPHICS_ANDROID_HWC_FORMATTED_LOGGER_H_
20 #define MIR_GRAPHICS_ANDROID_HWC_FORMATTED_LOGGER_H_
30 class HwcFormattedLogger :
public HwcLogger
33 HwcFormattedLogger() =
default;
34 void log_list_submitted_to_prepare(hwc_display_contents_1_t
const& list)
const override;
35 void log_prepare_done(hwc_display_contents_1_t
const& list)
const override;
36 void log_set_list(hwc_display_contents_1_t
const& list)
const override;