Debugging Weston#

Sometimes it is needed to debug the event happening in your weston user interface. simplecore-distro does offer tooling to help you with that.

Accessing the weston logfile#

You can access the weston logfile by

$ journalctl -u weston-log

Debugging weston events#

You can log the events handled by weston with wev, a tool installed into all of simplecore-distro based weston images.

Run

$ wev

Further info can be found on the project’s homepage.