语言

Menu
Sites
Language
__dlog_print() Undocumented APIs is detected (white list)

Hello

My app was rejected because using __dlog_print() (attached to core_whitelist.txt).

It is odd a little. I still use the same logger code as before and was nothing wrong about that so far.

I used lame library in my last project and supposly that is point? Did you meet the same issue with

__dlog_print() or lame lib?

 

I use that lib:

https://developer.tizen.org/community/tip-tech/encoding-audio-files-lame

 

regards

响应

2 回复
V Wong
I used the macro LOGI and the app was rejected with the same reason (__dlog_print). After I changed it to dlog_print, the validation passed.
Slawek Kowalski

Yes, I have one call to that method after importing external library. I totally missed it becuase looks like my own loging macros.

Found and removed. Resolved.