Languages

Menu
Sites
Language
Web Analysis on Dynamic Analyzer

How get  a Web Analysis on Dynamic Analyzer for web apps?

 

I always got an error: "Selected application cannot be traced due to security reason"

 

 

 My SDK 2.4 r 6

 

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/Basic28" version="1.0.0" viewmodes="maximized">
    <tizen:application id="DNAMIWbNFm.Basic28" package="DNAMIWbNFm" required_version="2.3"/>
    <content src="index.html"/>
    <feature name="http://tizen.org/feature/screen.size.all"/>
    <icon src="icon.png"/>
    <name>Basic28</name>
    <tizen:privilege name="http://tizen.org/privilege/alarm"/>
    <tizen:profile name="wearable"/>
</widget>

 

 

 

 

 

Responses

1 Replies
Armaan-Ul- Islam

Hello,

Web Analysis on Dynamic Analyzer is supported from Tizen 2.4 onwards. Web applications on mobile 2.4 platform can be analyzed by dymanic analyzer, no issues there. But web applications on wearable 2.3.1 returns the messages:

"Selected application cannot be traced due to security reason."

"Cannot start trace.Current application may not be available for trace.(-2101) "

 Tizen developer forum also mentioned the issue:

https://developer.tizen.org/ko/development/tools/common-tools/dynamic-analyzer?langredirect=1