Add report types 21/185421/12
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Fri, 20 Jul 2018 09:00:49 +0000 (11:00 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Wed, 22 Aug 2018 05:51:37 +0000 (07:51 +0200)
commit091b5a128c21db104c127c3bd2fb146a0649dad3
tree755cdc94b5403abb2ba7521585091e92d92244b8
parent3b7eb7087f2106c339972b7ffb0472944a9ceb1b
Add report types

Depending on report type we save all zip archive with coredump, logs,
so_info and info file, or just only the *.info file. Report type can be set in
crash-manager.conf:

    [CrashManager]
    ...
    ReportType=INFO
    ...

Available report types:

* INFO - Save *.info file
* FULL - Save coredump, *.log, *.so_info and *info file as a ZIP archive (default)

Change-Id: I486049ac8eb928ebdc6ac513bdeac3c98aa4adcc
src/crash-manager/crash-manager.c
src/crash-manager/crash-manager.conf