Remove unsupported and misleading configuration options 37/187337/4
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 22 Aug 2018 06:50:42 +0000 (08:50 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 22 Aug 2018 10:55:01 +0000 (12:55 +0200)
commita1306a01bf4847d4d4555f10af0e58ea85bb6494
tree9bf07e29e2b3cf028bda3c89f2eda35dbd8781b4
parent33091053e73fb47f853f7aa9bc675f8f1dbc28be
Remove unsupported and misleading configuration options

 - Remove TIZEN_FEATURE_PTRACE_CALLSTACK option

   Crash report generation method has been reworked
   and does not depend on ptrace anymore.

 - Remove TIZEN_ENABLE_MINICOREDUMPER option

   Minicoredumper is required to dump PRSTATUS, which
   is later used by crash-manager (for D-Bus signal)
   and by crash-stack (for callstack unwinding)

 - Remove TIZEN_ENABLE_COREDUMP option

   crash-pipe does not dump PRSTATUS so can not be
   used as an option (see above).

Consequently, enabling/disabling coredumps has been
moved to configuration file (DumpCore=0/1).

Change-Id: If535acfe7e64fdde0a8b50afd8b3a1f44fda2490
CMakeLists.txt
packaging/crash-worker.spec
src/crash-manager/CMakeLists.txt
src/crash-manager/crash-manager.c
src/crash-manager/crash-manager.conf
src/crash-manager/crash-manager.h.in
src/crash-pipe/CMakeLists.txt [deleted file]
src/crash-pipe/crash-pipe.c [deleted file]