From: Editor Lionbridge Date: Wed, 2 Nov 2016 14:46:47 +0000 (+0200) Subject: [LB] Update "Handling Advanced Dynamic Analyzer Tasks" X-Git-Tag: tizen_3.0/TD_SYNC/20161201~22^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F95257%2F1;p=sdk%2Fonline-doc.git [LB] Update "Handling Advanced Dynamic Analyzer Tasks" - Added 'version' command in Command Line Interface section (sync from tizen_2.4 branch) Change-Id: Ie517df016da48d84bd20dc859ecd8208d008ccf1 --- diff --git a/org.tizen.studio/html/common_tools/da_advanced.htm b/org.tizen.studio/html/common_tools/da_advanced.htm index 0af807a..844386c 100644 --- a/org.tizen.studio/html/common_tools/da_advanced.htm +++ b/org.tizen.studio/html/common_tools/da_advanced.htm @@ -272,6 +272,7 @@ List of commands:         -s, Enable screenshots capturing on scene transition     stop <ip:port|serial> : stop currently running tracing process on specified         device +    version : print information about version

Environment Setup

@@ -386,6 +387,33 @@ Output: /home/eclipse/tizen-sdk-data/dynamic-analyzer/save/Camera_2016-08-
  • Output is the location where the tracing result is stored: it can be opened for further analysis in the Dynamic Analyzer GUI.
  • + +
  • version +

    The command displays information about the Dynamic Analyzer, including its version, build time, and useful links.

    +

    Command syntax:

    + +
    +version
    +
    + +

    For example:

    +
    +$ ./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
    +
    + +

    In the command output:

    + +
  • +