언어 설정

Menu
Sites
Language
Emulator log

[HOW-TO] SEE THE LOG OF A TIZEN EMULATOR

https://beadev.wordpress.com/2015/02/25/how-to-see-the-log-of-a-tizen-emulator/

답변 바로가기

Responses

4 댓글
Mark as answer
Alex Ashirov

Hi,

You can read more about sdb log options here:

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.gettingstarted/html/dev_env/controlling_log_output_format.htm

Eric Satkimbaev

Hello,

I tried this but can’t see any output. I tried to see output from UIControls application delivered with the SDK:

static void

btn_clicked_cb(void *data, Evas_Object *obj, void *event_info)

{

        int btn_num = (int)data;

 

        printf("clicked event on Button:%d\n", btn_num);

}

Thanks.

Alex Ashirov

Hi,

The sdb dlog doesn’t show stdout output. Please use dlog API instead:

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/guide/system/dlog.htm

pradeep ramaiah

Hi,

You can see log in Tizen SDK IDE by selecting window-.>Show view->Log