Languages

Menu
Sites
Language
Can't use dlog_print while debugging the application

Hi,

"dlog_print" function does not work while I'm debugging the application.

The function just returns "DLOG_ERROR_NOT_PERMITTED".

 

It worked well when I used Tizen SDK 2.3 beta version.

I'm currently using Tizen SDK 2.3 official version.

 

Does anybody have same issue?

 

Edited by: Geon Woo Kim on 13 Nov, 2014

Responses

4 Replies
Alex Ashirov

Hi,

Thank you for announcing that the Tizen 2.3 has been officially released. I will try it today and let you know how it is.

Geon Woo Kim

How's going on?

daniel kim

Hi,

In my case, below dlog_print function was working well in the native sample on the emulator(SDK 2.3 official version) while debugging.

             dlog_print(DLOG_ERROR, LOG_TAG, "test");

Do you have any specific case of such error?

Geon Woo Kim

I used same code like you

 

dlog_print(DLOG_ERROR, LOG_TAG, "test");

 

but it returns  0xFFFFFFFF (-1).