Pipe backend: bulk writing to file 58/79758/4
authorKazimierz Krosman <k.krosman@samsung.com>
Tue, 12 Jul 2016 11:46:31 +0000 (13:46 +0200)
committerKazimierz Krosman <k.krosman@samsung.com>
Thu, 14 Jul 2016 11:51:39 +0000 (13:51 +0200)
commit6ce617dce978365c7735b18d9286e2c5a82c85e5
treefe740e609eb3febdcbdf3bf96536544403c7e4f9
parent6c9aec05d89114be939f5fcd4bb7268f8e2b7eb8
Pipe backend: bulk writing to file

This patch introduce bulk writes to file. Instead of calling write()
for each log, dlog_logger prepares memory blob with logs and then
makes write operation to file.

Change-Id: I4664e547571383b360ad9ad56756517be959eab5
src/logger/logger_pipe.c