Do not print DBG level logs basically 15/58715/1
authorJengHyun Kang <jhyuni.kang@samsung.com>
Wed, 3 Feb 2016 05:13:44 +0000 (14:13 +0900)
committerJengHyun Kang <jhyuni.kang@samsung.com>
Wed, 3 Feb 2016 05:13:44 +0000 (14:13 +0900)
Change-Id: I8e10ae51f68f64bcc69d29cf6a50179a09b45784

packaging/e-mod-tizen-keyrouter.spec
src/e_mod_keyrouter_conf.c
src/e_mod_keyrouter_events.c
src/e_mod_keyrouter_list.c
src/e_mod_main_wl.c
src/e_mod_main_wl.h

index 763ca53..a74b4d6 100644 (file)
@@ -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
index cc2d336..57dc594 100644 (file)
@@ -1,5 +1,4 @@
 #define E_COMP_WL
-#include "e.h"
 #include "e_mod_main_wl.h"
 
 void
index 81ae68d..a23cbeb 100644 (file)
@@ -1,5 +1,4 @@
 #define E_COMP_WL
-#include "e.h"
 #include "e_mod_main_wl.h"
 #include <string.h>
 
index a444490..3c812c6 100644 (file)
@@ -1,5 +1,4 @@
 #define E_COMP_WL
-#include "e.h"
 #include "e_mod_main_wl.h"
 #include <string.h>
 
index fca84d4..d9bd97f 100644 (file)
@@ -1,5 +1,4 @@
 #define E_COMP_WL
-#include "e.h"
 #include "e_mod_main_wl.h"
 #include <string.h>
 
index fe24886..2ec73f8 100644 (file)
@@ -2,6 +2,7 @@
 #define E_MOD_MAIN_H
 
 #include <tizen-extension-server-protocol.h>
+#include <e.h>
 #ifdef ENABLE_CYNARA
 #include <cynara-session.h>
 #include <cynara-client.h>