From: Editor Lionbridge Date: Tue, 25 Apr 2017 08:14:23 +0000 (+0300) Subject: Add how to use Developer options X-Git-Tag: GitHub/PR#40/tizen-studio~192 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4b15421ff8db7ec3b7f18265f3a09171934b2fa;p=sdk%2Fonline-doc.git Add how to use Developer options This is a manual cherry-pick from the #124352 change in the tizen_3.0 branch. PS2: Rebase Change-Id: Ieae37db541ed4e7ed80d28df07bfda89a3b55eea --- diff --git a/org.tizen.training/html/images/developer_options.png b/org.tizen.training/html/images/developer_options.png new file mode 100644 index 0000000..e1d1e56 Binary files /dev/null and b/org.tizen.training/html/images/developer_options.png differ diff --git a/org.tizen.training/html/images/turn_on_opr.png b/org.tizen.training/html/images/turn_on_opr.png new file mode 100644 index 0000000..4e695c5 Binary files /dev/null and b/org.tizen.training/html/images/turn_on_opr.png differ diff --git a/org.tizen.training/html/images/watch_face_opr.png b/org.tizen.training/html/images/watch_face_opr.png new file mode 100644 index 0000000..5b39ad7 Binary files /dev/null and b/org.tizen.training/html/images/watch_face_opr.png differ diff --git a/org.tizen.training/html/native/process/debugging_app_n.htm b/org.tizen.training/html/native/process/debugging_app_n.htm index dff10a3..d7e67ae 100644 --- a/org.tizen.training/html/native/process/debugging_app_n.htm +++ b/org.tizen.training/html/native/process/debugging_app_n.htm @@ -31,6 +31,7 @@
  • Break Points
  • Watch Points
  • Debugging Applications on the Emulator
  • +
  • Using Developer Options
  • @@ -276,7 +277,8 @@ collections ERR<4365>:edje lib/edje/edje_calc.c:3144 _edje_part_recalc() Circular dependency when calculating part "part1". Already calculating XY [03] axes. Need to calculate Y [02] axes -
  • +
  • +
     collections
     {
        group
    @@ -421,6 +423,23 @@ ERR<4357>:edje lib/edje/edje_util.c:3069 _edje_object_size_min_restricted_
       

    In the emulator settings, you can change the display language settings, keyboard language settings, proxy address, and location settings. In addition, you can use the Emulator Control Panel to generate application events (such as sensor data, incoming calls, or location data) for debugging and testing purposes.

    +

    Using Developer Options

    + +

    You can utilize additional features for application development and debugging by enabling the developer options.

    + +
    Note + The developer options are currently supported on the Tizen 2.3.2 wearable emulator only. +
    + +

    The developer options allow you to make the pixel ratio visible on the screen:

    +

    1. In the emulator, go to Settings > Developer options.
    2. +
    3. Select On pixel ratio.
    4. +

      Developer options On pixel ratio

      + +
    5. To see the OPR (on pixel ratio) at the top of the screen, go to the home screen. +

      Viewing OPR

      +
    6. +