语言

Menu
Sites
Language
It is disabled for security reasons in run mode

when I try to run an application as a Tizen Web Application on emulator , it rais an issue " It is disabled for security reasons in run mode "

im in ubuntu 14.04

Tizen SDK 2.3.0

can any one help me please.

响应

9 回复
Marco Buettner

A workaround: use sdb dlog ConsoleMessage:V on terminal/cmd 

Alex Dem

Hi, the same:
https://developer.tizen.org/forums/web-application-development/console-it-disabled-security-reasons-run-mode.

Alexey.

Ahmed Arfaoui

Hi,

the link is not active anymore!

AVSukhov

Hello,

Try to use this link:

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

or in dev guide navigate to:

Getting Started with Tizen > Development Environment > Tizen SDK > Smart Development Bridge > Controlling Log Output

Alex Dem

Hi,
When the forum reduces the URL with three dots '...' latest (dot) is replaced from url. please add it manually ( . or %2e) at the end of the url.
Alexey.

Ahmed Arfaoui

Hi,

I tried this command in two different ways, which one is correct:

arfaoui@arfaoui-Inspiron-N5110:~/tizen-sdk/tools$ sdb dlog ConsoleMessage:V
Welcome to the Mono soft debugger (sdb 1.2.5161.14879)
Type 'help' for a list of commands or 'quit' to exit

'dlog' is not a known command
'ConsoleMessage:V' is not a known command
(sdb) exit
Bye


arfaoui@arfaoui-Inspiron-N5110:~/tizen-sdk/tools$ ./sdb dlog ConsoleMessage:V
arc = 2, optind = 1 ,Kb 0, rotate 4

if it is the first one, what should I do with the two messages errors?

AVSukhov

Hello,

This works only if you launch your app in Debug as... mode

Also you can find log in IDE with tag "ConsoleMessage"

IDE -> Window -> Show View -> Log

Marco Buettner

The second command is correct, but I forget that on Tizen SDK 2.3 the ConsoleMessage:V doesn't work anymore... Use Debug As instead Run As

Deshpande

For me this worked.

Created a new emulator. Allowed file sharing (Set some folder).

In the emulator, power on. Then execute it on the IDE.