Remove inplace KMSG parsing 33/173333/6
authorMichal Bloch <m.bloch@samsung.com>
Tue, 20 Mar 2018 13:56:38 +0000 (14:56 +0100)
committerMaciej Slodczyk <m.slodczyk2@partner.samsung.com>
Tue, 27 Mar 2018 12:51:56 +0000 (14:51 +0200)
commit7622bfa9ec15e8f387a9561efb68380708230f85
tree2e6d193b162f940ce5b2f452e1f422ca43fa4e73
parent7cee896e6ad24b813e53c260abb2b5d91b8a838a
Remove inplace KMSG parsing

KMSG messages were parsed in-place, which made the process fragile
and prone to break in case the log format was changed.

Change-Id: Ie3517e172806bd54cdb3164578065cf9ab848426
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
include/queued_entry.h
src/logger/logger.c
src/shared/queued_entry.c
src/tests/kmsg_parser.c