Update "Handling Advanced Dynamic Analyzer Tasks". 65/95165/2
authorDmitriy Nikiforov <d.nikiforov@partner.samsung.com>
Wed, 2 Nov 2016 10:34:22 +0000 (13:34 +0300)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 2 Nov 2016 14:13:22 +0000 (16:13 +0200)
- Added 'version' command in Command Line Interface section

PS2: [LB] Reviewed

Change-Id: I3ada12f71fbde84b82b823b0e98f2d1aa2a1e8d5

org.tizen.studio/html/common_tools/da_advanced.htm

index b0e3b55..f49ee43 100644 (file)
@@ -272,6 +272,7 @@ List of commands:
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-s,                          Enable screenshots capturing on scene transition
 &nbsp;&nbsp;&nbsp;&nbsp;stop &lt;ip:port|serial&gt; : stop currently running tracing process on specified 
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;device
+&nbsp;&nbsp;&nbsp;&nbsp;version : print information about version
 </pre>
 
 <h3>Environment Setup</h3>
@@ -386,6 +387,33 @@ Output:       /home/eclipse/tizen-sdk-data/dynamic-analyzer/save/Camera_2016-08-
                <li><strong>Output</strong> is the location where the tracing result is stored: it can be opened for further analysis in the Dynamic Analyzer GUI.</li>
 </ul>
 </li>
+
+<li><span style="font-family: Courier New,Courier,monospace">version</span>
+<p>The command displays information about the Dynamic Analyzer, including its version, build time, and useful links.</p>
+<p>Command syntax:</p>
+
+<pre class="prettyprint">
+version
+</pre>
+
+<p>For example:</p>
+<pre class="prettyprint">
+$ ./dacli.jar version
+DA Version      2.3.19
+Build Time      20161020-0039
+Tizen Site      http://www.tizen.org
+Release Note    https://developer.tizen.org/development/tizen-studio/download/release-notes
+</pre>
+
+<p>In the command output:</p>
+<ul>
+               <li><strong>DA Version</strong> is the version of the Dynamic Analyzer.</li>
+               <li><strong>Build Time</strong> is the build timestamp.</li>
+               <li><strong>Tizen Site</strong> is the link to the Tizen Web site.</li>
+               <li><strong>Release Note</strong> is the link to the Tizen Studio Release Notes.</li>
+</ul>
+</li>
+
 </ul>
 
 <script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>