언어 설정

Menu
Sites
Language
Tizen store validation rejection

Hi All,

 I developped tizen native application and trying to submit this to tizen store. But the Validation team found some issues saying that  Some APIs , which is not officially documented in the tizen sdk, has been used in the source code of the Application package.

 

List ot those APIs are :-

eina_log_print[mysecretportion]
eina_value_type_check[mysecretportion]
elm_naviframe_item_title_visible_set[mysecretportion]
eina_value_inner_alloc[mysecretportion]
_EINA_VALUE_TYPE_BASICS_START[mysecretportion]
eina_value_inner_free[mysecretportion]
eina_array_grow[mysecretportion]
eina_log_color_disable_get[mysecretportion]
eina_error_set[mysecretportion]
eina_log_level_get[mysecretportion]
_EINA_VALUE_TYPE_BASICS_END[mysecretportion]
eina_log_domain_registered_level_get[mysecretportion]
eina_value_struct_member_find[mysecretportion]

 

When I am trying to find these in my application Package its showing in "eina_inline_log.x " and "eina_log.h"  file but I am not able to find any call to these API in the call Hierarchy.

How do i resolve it.  ?

Thanks in Advance.

 

Responses

1 댓글
pius lee

Actually, You have already include eina_log.h in your source, if you use Elementary.

Elementary.h include Eina.h and Eina.h include eina_log.h, eina_log.h has eina_inline_log.x

Could you check the MACRO in "-D" option or your code?

https://review.tizen.org/git/?p=framework/uifw/eina.git;a=blob;f=src/include/eina_log.h;h=ee609a0efd8b023e0ae4b493c819a3e0ff08e72f;hb=refs/heads/tizen_2.3#l164

I think some macro can make problem if you really don't use any eina log functions.