언어 설정

Menu
Sites
Language
How in Tizen Web Application view logs crash

First question:

I have an Tizen application and I install it via wrt-launcher and sdb .But my application crashes and freezing. This happens on my Tizen-device .Can I view the logs crash my app?

Second question:

I wanted to install Firebug Lite for debugging javascript code in my device , but Firebug Lite works with http:// protocol and dont use file:// protocol.

Which tools profiling and debugging javascript code I can use?

Responses

7 댓글
Micheal Dyson

Please watch Window->Show View-> Call Stack. Usually there is enough info about crash after it has been occured. You will able to determine crashed method as minimum. Although I am an [url=http:// optimizepress.wpservice.org]Optimizepress Experts[/url] I have a little idea about this.

colin Rao

Hi,

Regarding debugging javascript code, I just used a stupid way to debugging the javascript code, just add alert() as the breakpoint.

Marco Buettner

you can also use console.log and LogView and filter by Tag "ConsoleMessage"

AVSukhov

Hello,

Some log guides:

https://developer.tizen.org/development/tools/common-tools/log-view

https://developer.tizen.org/development/tools/web-tools/javascript-log-console-view

https://developer.tizen.org/development/tools/common-tools/smart-development-bridge#log

Palitsyna

Hello, 

you can use log view:in you IDE open Window > Show View > Log or Call Stack: Window > Show View > Other > Tizen > Call Stack.

More information about call stack: https://developer.tizen.org/development/tools/native-tools/call-stack-view?langredirect=1

 

daniel kim

Hi,

Please look at .cs file inside of crash-info folder of your project. so you can check callstack through this file without ide.

Regards

AVSukhov

Hello,

Some more info can be found here:

https://developer.tizen.org/ko/development/tools/native-tools/call-stack-view?langredirect=1