emulator: added low memory event doc
authorsungmin ha <sungmin82.ha@samsung.com>
Thu, 23 Apr 2015 09:27:52 +0000 (18:27 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Thu, 23 Apr 2015 09:29:01 +0000 (18:29 +0900)
Change-Id: Id41642f6485834e1726504b1f16c739e56007c81
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
org.tizen.devtools/html/common_tools/emulator.htm
org.tizen.devtools/html/common_tools/event_injec.htm

index 87ced6e..77c61b5 100644 (file)
@@ -840,7 +840,6 @@ maru-brightness -device virtio-vmodem-pci -device maru-camera -device virtio-tou
      <td>Receives the actual GPS coordinates of the device.</td>
      <td>Not supported.</td>
        </tr>
-   
    </tbody>
  </table>
 
@@ -1802,7 +1801,18 @@ To start the Emulator Manager, type the following command in the Emulator instal
  </tr>
   <tr>
  <td><span style="font-family: Courier New,Courier,monospace">file</span></td>
- <td><span style="font-family: Courier New,Courier,monospace">sensor file &lt;sensor> &lt;path&gt;</span></td>
+ <td><span style="font-family: Courier New,Courier,monospace">sensor file &lt;sensor&gt; &lt;path&gt;</span></td>
+ </tr>
+ <tr>
+ <td rowspan="2">low_memory</td>
+ <td><span style="font-family: Courier New,Courier,monospace">set</span></td>
+ <td rowspan="2">Yes</td>
+ <td rowspan="2">Yes</td>
+ <td><span style="font-family: Courier New,Courier,monospace">low_memory set &lt;hard-warning | soft-warning | normal&gt;</span></td>
+ </tr>
+ <tr>
+ <td><span style="font-family: Courier New,Courier,monospace">status</span></td>
+ <td><span style="font-family: Courier New,Courier,monospace">low_memory status</span></td>
  </tr>
  </tbody></table>
        </li>
@@ -1988,6 +1998,12 @@ To start the Emulator Manager, type the following command in the Emulator instal
                        <td>Yes</td>
                        <td>You can make/receive a call via Call tab. Also you can send/receive SMS via SMS tab.</td>
                      </tr>
+                     <tr>
+                        <td colspan = "2"><a href="event_injec.htm#memory">Memory</a></td>
+                        <td>Yes</td>
+                        <td>Yes</td>
+                        <td>You can set the low memory status using the radio buttons.</td>
+                      </tr>
                                      
           </tbody>  
         </table> 
@@ -2089,8 +2105,8 @@ To start the Emulator Manager, type the following command in the Emulator instal
                                        <td></td>
                                        <td>S</td>
                                        <td>USB</td>
-                                       <td></td>
-                                       <td></td>
+                                       <td>O</td>
+                                       <td>Memory</td>
                                </tr>
                                <tr align="center">
                                        <td></td>
@@ -2116,6 +2132,14 @@ To start the Emulator Manager, type the following command in the Emulator instal
                                        <td></td>
                                        <td></td>
                                </tr>
+                               <tr align="center">
+                                        <td></td>
+                                        <td></td>
+                                        <td>O</td>
+                                        <td>Memory</td>
+                                        <td></td>
+                                        <td></td>
+                                </tr>
                </tbody>
                        </table>
                </li>
index e37f4cb..f8049ee 100644 (file)
@@ -263,6 +263,20 @@ of sensor events. </p>
   <li>MMS Failure</li>
 </ul>
 
+<h2 id="memory" name="memory">Providing Memory Data</h2>
+
+<p>The Emulator Control Panel (ECP) can be used to simulate low memory status in the <strong>Memory</strong> tab:</p>
+
+<ul>
+
+<li>In the <strong>Memory</strong> tab, set the low memory status using the radio buttons.</li>
+
+<ul>
+  <li>Hard-Warning (40MB and under)</li>
+  <li>Soft-Warning (60MB and under)</li>
+  <li>Normal (Sufficient)</li>
+</ul></li>
+
 
 <script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
 <script type="text/javascript" src="../scripts/showhide.js"></script>
@@ -287,4 +301,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>