headless_debug: add debug features 03/207203/1
authorSung-Jin Park <sj76.park@samsung.com>
Mon, 20 May 2019 11:44:50 +0000 (20:44 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 30 May 2019 08:34:58 +0000 (17:34 +0900)
commit138d081087571763432d49b05182f0a2d565e218
treecd7fc8e1d4ee74546c2ba0e3d9b40c586edb7232
parent4dac6faa86cd56794bd3a352a7bb5c53f928c43b
headless_debug: add debug features

headless_debug provides some debug features such as wayland protocol
trace (event trace), redirection of STDOUT/STDERR, displaying keygrab
status, top-visible stack of windows and connected clients information.

Intially, enabling/disabling event trace features and redirection have
been added. The rest of the features will be added soon.

Change-Id: I800249045e785988a59fd2e5b904c98a00436e3f
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
data/units/display-manager.service.headless
src/bin/headless/Makefile.am
src/bin/headless/debug/debug.c [new file with mode: 0644]
src/bin/headless/headless_server.c
src/bin/headless/headless_server.h