Log refactoring 89/195589/2
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Tue, 11 Dec 2018 09:14:17 +0000 (12:14 +0300)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Fri, 28 Dec 2018 08:57:43 +0000 (11:57 +0300)
commit17c476b825e57ad7184976900b7df4e8eaeb1e1e
tree984fb79496b9a24330141fde807355e6b374ebbc
parentbaa2e6b277651eec0f9a348948b351cece1936ac
Log refactoring

This commit implements the following:
  1. Separate the logging source code into separate files (log.h/log.c)
  2. Add vraw_log() to be able to create custom logging functions in
     submodules.
  3. Add new logging interface:
        - LOGI()
        - LOGW()
        - LOGE()

Change-Id: If428e25a03daa48271ff6a1407228781454b3b60
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
Makefile
helper/common_probe_init.c
helper/libdaprobe.c
helper/log.c [new file with mode: 0644]
include/daprobe.h
include/log.h [new file with mode: 0644]
probe_event/gesture.c