sys-assert: add option to disable sys-assert 18/43618/2 accepted/tizen_3.0_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0.m2 accepted/tizen/3.0/common/20161114.110045 accepted/tizen/ivi/20160218.023903 accepted/tizen/mobile/20150713.013053 accepted/tizen/tv/20150713.013104 accepted/tizen/wearable/20150713.013115 submit/tizen/20150711.060122 submit/tizen_3.0_common/20161104.104000 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000003 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorTaeyoung Kim <ty317.kim@samsung.com>
Sat, 11 Jul 2015 04:54:04 +0000 (13:54 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Sat, 11 Jul 2015 05:07:16 +0000 (22:07 -0700)
commit04785bd4b25aa939994c3d2a37058ecb45a6db34
treef9bd1c4e3ce324c0ccd3f5a48ba0245e65a28ee6
parent863a46cbe599d999781c4b535d0c00a1e195bd03
sys-assert: add option to disable sys-assert

- Actions of sys-assert
  = sys-assert adds signal handlers for crash signals
    (SIGABRT, SIGSEGV, ...) by /etc/ld.so.preload
  = sys-asserts changes the path of coredump file
    for crash-worker to gather all of crash information

- This commit adds the option 'SYS_ASSERT_ENABLE' and
  sets the value to 'no'. Thus sys-assert is not preloaded,
  and the path of coredump is set (/var/lib/systemd/coredump)
  by systemd

Change-Id: Ia4423fd64380b99c3699216937c16595a77c70a0
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
packaging/sys-assert.spec
sys-assert/CMakeLists.txt