diff --git a/android/hwcomposer/hwcomposer.cpp b/android/hwcomposer/hwcomposer.cpp index 91b2945..7e2e489 100644 --- a/android/hwcomposer/hwcomposer.cpp +++ b/android/hwcomposer/hwcomposer.cpp @@ -308,6 +308,7 @@ static int hwc_device_open(const hw_module_t* module, const char* name, hw_devic dev->device.getDisplayConfigs = hwc_get_display_configs; dev->device.getDisplayAttributes = hwc_get_display_attributes; dev->device.registerProcs = hwc_register_procs; + dev->device.dump = nullptr; *device = &dev->device.common;