Skip to content

drm_hwcomposer: Add test utility to listen for uevents

Dumping uevents is useful for debugging purposes.

  1. Extract logic related to uevent socket into utils/UEvent.h class.
  2. Use it by both UEventListener.cpp and tests/uevent_print.cpp.

Bump clang-tidy level of UEventListener.cpp to normal.

Merge request reports