/group-play-service

Group play service for Tizen (SKKU Tizen Project)

Primary LanguageC++Apache License 2.0Apache-2.0

Group Play Service

Group play service for Tizen (SKKU Tizen Project)

Project Details

Powerpoint slide on SlideShare

Prerequisites

  1. GBS configuration (~/.gbs.conf)
  2. Installation of GBS

How to Build

You can build with following command for armv7l target board.

$ gbs build -A armv7l

How to Check Log

You can determine the way to make logs by setting configurations on 'server/include/common.h'.

  1. USE_DLOG_DEBUG: You can check logs by running 'dlogutil'
  2. USE_SYSLOG_DEBUG: You can check logs by reading '/var/log/messages'
  3. USE_FILE_DEBUG: You can check logs by reading '/var/log/messages'