monitor: Add dbus interface for turning on/off debug mode 67/281167/3
authorDongwoo Lee <dwoo08.lee@samsung.com>
Tue, 13 Sep 2022 06:00:28 +0000 (15:00 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Wed, 14 Sep 2022 10:37:46 +0000 (19:37 +0900)
commitd3df00fdb645b074c86c2888270eb660a39f947e
tree32eab55e07654298754e0207684a2935e5bf176b
parent152061441eb8353b4569ad2db473571b1eb43b10
monitor: Add dbus interface for turning on/off debug mode

In order to provide the way to change debug mode dynamically, the new
dbus interface is now applied as below:
 - dbus path: /Org/Tizen/System/Pass/Monitor
 - dbus interface: org.tizen.system.pass.monitor
 - dbus method:  org.tizen.system.pass.monitor.SetDebug
 - parameter:  boolean value for representing debug mode is enabled

Change-Id: I431182809d23b1b7ee795c392bdeb84f9ef741bf
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
CMakeLists.txt
include/util/gdbus-definition.h
include/util/gdbus-util.h
scripts/monitor-dbus.xml [new file with mode: 0644]
scripts/pass.conf
src/monitor/monitor.c
src/util/gdbus-util.c