log_dump: triggered by dbus method call 14/96014/2 accepted/tizen/common/20161108.131657 accepted/tizen/ivi/20161109.002238 accepted/tizen/mobile/20161109.002140 accepted/tizen/tv/20161109.002159 accepted/tizen/wearable/20161109.002218 submit/tizen/20161108.022628
authorSunmin Lee <sunm.lee@samsung.com>
Mon, 7 Nov 2016 09:02:57 +0000 (18:02 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Mon, 7 Nov 2016 10:31:20 +0000 (19:31 +0900)
commitf84c7115b4e7a3fd1d2899d0e1892e5c492dd469
treee2ae68ef182a84a87101600abe447aea4687c51b
parent93a7b84b260fa6f2ea69cba3d31aed0aa3873ba3
log_dump: triggered by dbus method call

Add dbus activation feature to log_dump.
It handles two method: normal_dump, short_dump.
Each method corresponds to the options of log_dump.

Change-Id: I3384954f70c55fb7990fe9c5e14405ba63673a63
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
packaging/crash-worker.spec
src/log_dump/CMakeLists.txt
src/log_dump/dbus-handler.c [new file with mode: 0644]
src/log_dump/dbus-handler.h [new file with mode: 0644]
src/log_dump/log_dump.c
src/log_dump/log_dump.h [new file with mode: 0644]
src/log_dump/org.tizen.system.crash.service [new file with mode: 0644]