log_dump: Dump current system states 92/95692/4
authorSunmin Lee <sunm.lee@samsung.com>
Fri, 4 Nov 2016 08:05:52 +0000 (17:05 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Mon, 7 Nov 2016 08:55:57 +0000 (17:55 +0900)
commit93a7b84b260fa6f2ea69cba3d31aed0aa3873ba3
treeaf10ed8c6ffb46f014a94eeaa18c6508451cb4bc
parentf461960ef1fb6b4ba38b65cfde0ffacb3718b48d
log_dump: Dump current system states

log_dump is command line tool which is used to dump current system states.
The system states include from dump_systemstate's output
to application/module/system logs.
Further logs can be dumped by the scripts that would be installed
into dump_scripts directory.

Change-Id: Icb60ba85afc8b3d4fbec99e822ad20b8c8a2d36d
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
CMakeLists.txt
dump_scripts/app_log.sh [new file with mode: 0755]
dump_scripts/module_log.sh [new file with mode: 0755]
dump_scripts/system_log.sh [new file with mode: 0755]
packaging/crash-worker.spec
src/dump_systemstate/CMakeLists.txt
src/log_dump/CMakeLists.txt [new file with mode: 0644]
src/log_dump/log_dump.c [new file with mode: 0644]
src/sys-assert/CMakeLists.txt