Hello Tizen Service Example
It's most simple example of Tizen service.
- GBS configuration (~/.gbs.conf)
- Installation of GBS
You can build with following command for armv7l target board.
$ gbs build -A armv7l
You can determine the way to make logs by setting configurations on 'server/include/common.h'.
- USE_DLOG_DEBUG: You can check logs by running 'dlogutil'
- USE_SYSLOG_DEBUG: You can check logs by reading '/var/log/messages'
- USE_FILE_DEBUG: You can check logs by reading '/var/log/messages'