added dlog plugin, and default dlog logger for native resources 88/68488/7 accepted/tizen/common/20160513.123222 accepted/tizen/ivi/20160513.004146 accepted/tizen/mobile/20160513.004024 accepted/tizen/tv/20160513.004124 accepted/tizen/wearable/20160513.004050 submit/tizen/20160512.051443
authorIevgen Vagin <i.vagin@samsung.com>
Wed, 4 May 2016 18:52:06 +0000 (21:52 +0300)
committerIevgen Vagin <i.vagin@samsung.com>
Wed, 11 May 2016 09:22:44 +0000 (12:22 +0300)
commited8f15d61d464b82dc793772bfb8850d885d1194
tree7b18b876c3dba1cd7865e0bab25e9891c023890b
parenta274b00058e0375a4e326614ddbaf590a20bd0ff
added dlog plugin, and default dlog logger for native resources
Note: to enable plugin, it has to be loaded in configuration file
      (/etc/murphy/murphy.lua) by m:try_load_plugin('dlog') command;
      dlog support is enabled by default; use --disable-dlog
      configure command to build without dlog support

Change-Id: I1e85f52a5ac58f24e1639e4b2945e9555b79289b
Signed-off-by: Ievgen Vagin <i.vagin@samsung.com>
configure.ac
packaging/murphy.spec
packaging/murphyd.service
src/Makefile.am
src/plugins/plugin-dlog.c [new file with mode: 0644]
src/plugins/resource-native/libmurphy-resource/resource-log.c