Skip to content

Log client list on SIGUSR1

Teemu Ikonen requested to merge tpikonen/geoclue:log-clients into master

There is no way (as far as I know) to see the clients connected to Geoclue, especially if debug messages are not turned on.

This MR adds a unix signal handler for SIGUSR1 which prints, for each connected client, its desktop id and two boolean indicators telling if the client is declared a system component in the config and if it's currently active.

Merge request reports