From: JengHyun Kang Date: Wed, 3 Feb 2016 05:13:44 +0000 (+0900) Subject: Do not print DBG level logs basically X-Git-Tag: submit/tizen/20160203.052831~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6faceff381af419e4fad35da96eec43d679fe5a;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-keyrouter.git Do not print DBG level logs basically Change-Id: I8e10ae51f68f64bcc69d29cf6a50179a09b45784 --- diff --git a/packaging/e-mod-tizen-keyrouter.spec b/packaging/e-mod-tizen-keyrouter.spec index 763ca53..a74b4d6 100644 --- a/packaging/e-mod-tizen-keyrouter.spec +++ b/packaging/e-mod-tizen-keyrouter.spec @@ -38,7 +38,7 @@ This package is a the Enlightenment Keyrouter Module for Tizen. %build export GC_SECTIONS_FLAGS="-fdata-sections -ffunction-sections -Wl,--gc-sections" -export CFLAGS+=" -Wall -g -fPIC -rdynamic ${GC_SECTIONS_FLAGS}" +export CFLAGS+=" -Wall -g -fPIC -rdynamic ${GC_SECTIONS_FLAGS} -DE_LOGGING=1 " export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib" %autogen diff --git a/src/e_mod_keyrouter_conf.c b/src/e_mod_keyrouter_conf.c index cc2d336..57dc594 100644 --- a/src/e_mod_keyrouter_conf.c +++ b/src/e_mod_keyrouter_conf.c @@ -1,5 +1,4 @@ #define E_COMP_WL -#include "e.h" #include "e_mod_main_wl.h" void diff --git a/src/e_mod_keyrouter_events.c b/src/e_mod_keyrouter_events.c index 81ae68d..a23cbeb 100644 --- a/src/e_mod_keyrouter_events.c +++ b/src/e_mod_keyrouter_events.c @@ -1,5 +1,4 @@ #define E_COMP_WL -#include "e.h" #include "e_mod_main_wl.h" #include diff --git a/src/e_mod_keyrouter_list.c b/src/e_mod_keyrouter_list.c index a444490..3c812c6 100644 --- a/src/e_mod_keyrouter_list.c +++ b/src/e_mod_keyrouter_list.c @@ -1,5 +1,4 @@ #define E_COMP_WL -#include "e.h" #include "e_mod_main_wl.h" #include diff --git a/src/e_mod_main_wl.c b/src/e_mod_main_wl.c index fca84d4..d9bd97f 100644 --- a/src/e_mod_main_wl.c +++ b/src/e_mod_main_wl.c @@ -1,5 +1,4 @@ #define E_COMP_WL -#include "e.h" #include "e_mod_main_wl.h" #include diff --git a/src/e_mod_main_wl.h b/src/e_mod_main_wl.h index fe24886..2ec73f8 100644 --- a/src/e_mod_main_wl.h +++ b/src/e_mod_main_wl.h @@ -2,6 +2,7 @@ #define E_MOD_MAIN_H #include +#include #ifdef ENABLE_CYNARA #include #include