Artifact 60ddf7e3acab852c60dcfa4c41e7afd5685054bc05b3d3c60b9f53bd11febfd0:
Wiki page
[
Monitoring] by
schelte
2018-06-22 10:24:55.
D 2018-06-22T10:24:55.891
L Monitoring
U schelte
W 582
When the <i>dbus monitor</i> command is used, the registered script is called for all received D-Bus messages. However, by default only messages explicitly directed to the D-Bus name(s) of the application are sent to the application. To receive other messages, a filter must be set up.
To receive as many messages as possible, the following filters can be used:<verbatim>
dbus filter add -eavesdrop true -type signal
dbus filter add -eavesdrop true -type method_call
dbus filter add -eavesdrop true -type method_return
dbus filter add -eavesdrop true -type error
</verbatim>
Z 8d3bd20c9bc9080a12e83af29f808402