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.