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 763ca5305b4d81cf9433d568c8a934132ff02743..a74b4d68eead05926af3d68dffe27edfd8cd9361 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 cc2d336af1b78266bc1ca8c97f7a31aeea7af2d3..57dc594e0c68fd989a362a7030478d48dbaae73b 100644 (file)
@@ -1,5 +1,4 @@
 #define E_COMP_WL
-#include "e.h"
 #include "e_mod_main_wl.h"
 
 void
index 81ae68db2387f83a1cda4b12b4e04a9c066e460a..a23cbeb877954aa2bcf3bc495eb95d5666af2549 100644 (file)
@@ -1,5 +1,4 @@
 #define E_COMP_WL
-#include "e.h"
 #include "e_mod_main_wl.h"
 #include <string.h>
 
index a444490665697808d76498200696eed1f9041690..3c812c6733aec55076f97863127c31c9026692b6 100644 (file)
@@ -1,5 +1,4 @@
 #define E_COMP_WL
-#include "e.h"
 #include "e_mod_main_wl.h"
 #include <string.h>
 
index fca84d4967fbb0cca8e4c4d431255474ab70b745..d9bd97ff0a28485a5cc13b70fb1a85751031da49 100644 (file)
@@ -1,5 +1,4 @@
 #define E_COMP_WL
-#include "e.h"
 #include "e_mod_main_wl.h"
 #include <string.h>
 
index fe24886c259a9c477c6b7b409b9699d0afdb1dd6..2ec73f80c6779a7783777695da0e978727152ae2 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>