summaryrefslogtreecommitdiff
path: root/src/dbus/dlt-dbus.conf
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-06-10 17:43:09 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-06-11 14:17:00 +0200
commiteccb685c7402702b778810a4e82469a8419c06ae (patch)
tree7165c0f00862adb225e40e5c7e1b7c05b3c37c5a /src/dbus/dlt-dbus.conf
parentc50f0797f5619f786ff14446ae657b65f9c3866d (diff)
downloadDLT-daemon-eccb685c7402702b778810a4e82469a8419c06ae.tar.gz
Added configuration of dbus filter.
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/dbus/dlt-dbus.conf')
-rw-r--r--src/dbus/dlt-dbus.conf18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/dbus/dlt-dbus.conf b/src/dbus/dlt-dbus.conf
index 29ec241..2e8a90f 100644
--- a/src/dbus/dlt-dbus.conf
+++ b/src/dbus/dlt-dbus.conf
@@ -5,6 +5,22 @@
# General configuration
########################################################################
-# The application Id used for the System manager (Default: SYS)
+# The application Id used for DBus Trace (Default: DBUS)
+# If command line parameter used, the command line application id is used instead
ApplicationId = DBUS
+# The context Id used for the DBus Trace(Default: ALL)
+ContextId = ALL
+
+# The DBus bus to be logged (Default: 1)
+# DBUS_BUS_SESSION = 0
+# DBUS_BUS_SYSTEM = 1
+# DBUS_BUS_STARTER = 2
+BusType = 1
+
+# Add one or several filters
+# Filter String is beginning directly after first occurence of character '='
+FilterMatch=type='signal'
+FilterMatch=type='method_call'
+FilterMatch=type='method_return'
+FilterMatch=type='error' \ No newline at end of file