[LB] Update "Handling Advanced Dynamic Analyzer Tasks" 57/95257/1
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 2 Nov 2016 14:46:47 +0000 (16:46 +0200)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 2 Nov 2016 14:46:47 +0000 (16:46 +0200)
- Added 'version' command in Command Line Interface section (sync from
  tizen_2.4 branch)

Change-Id: Ie517df016da48d84bd20dc859ecd8208d008ccf1

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

index 0af807a..844386c 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>