Home
last modified time | relevance | path

Searched refs:Monitor (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/docs/html/tools/help/
Dmonitor.jd1 page.title=Device Monitor
16 <p>Android Device Monitor is a stand-alone tool that provides a graphical user interface for
17 several Android application debugging and analysis tools. The Monitor tool does not
33 <p>To start Device Monitor, enter the following command from the SDK <code>tools/</code>
38 Monitor to the device by selecting it in the <strong>Devices</strong> window.</p>
41 If you're using ADT, you may need to close the debugging tool before launching the Device Monitor
Dgltracer.jd30 Device Monitor tool.</p>
41 <p>To run Tracer in Device Monitor:</p>
44 <li>Start the <a href="monitor.html">Device Monitor</a> tool.</li>
67 <li>In Eclipse or Device Monitor, activate the <strong>Tracer for OpenGL ES</strong>
97 <li>In Eclipse or Device Monitor, activate the <strong>Tracer for OpenGL ES</strong>
Dindex.jd16 avd</code>) the emulator (<code>emulator</code>), and the Dalvik Debug Monitor Server
78 <dt><a href="{@docRoot}tools/debugging/ddms.html">Dalvik Debug Monitor
82 <dt><a href="{@docRoot}tools/help/monitor.html">Device Monitor</a></dt>
83 <dd>Android Device Monitor is a stand-alone tool that provides a graphical user interface for
Dsystrace.jd38 or the Android <a href="{@docRoot}tools/help/monitor.html">Device Monitor</a>.
71 <li>Open the Device Monitor by selecting <strong>Tools &gt; Android &gt; Monitor</strong>.</li>
85 />Using Device Monitor</a></p>
/frameworks/base/services/core/java/com/android/server/
DWatchdog.java92 private final ArrayList<Monitor> mMonitors = new ArrayList<Monitor>();
94 private Monitor mCurrentMonitor;
104 public void addMonitor(Monitor monitor) { in addMonitor()
194 public interface Monitor { interface in Watchdog
262 public void addMonitor(Monitor monitor) { in addMonitor()
DNativeDaemonConnector.java50 final class NativeDaemonConnector implements Runnable, Handler.Callback, Watchdog.Monitor {
/frameworks/base/docs/html/training/monitoring-device-state/
Dbattery-monitoring.jd17 <li><a href="#MonitorChargeState">Monitor Changes in Charging State</a></li>
19 <li><a href="#MonitorLevel">Monitor Significant Changes in Battery Level</a></li>
77 <h2 id="MonitorChargeState">Monitor Changes in Charging State</h2>
128 <h2 id="MonitorLevel">Monitor Significant Changes in Battery Level</h2>
Ddocking-monitoring.jd20 <li><a href="#MonitorDockState">Monitor for Changes in the Dock State or Type</a></li>
80 <h2 id="MonitorDockState">Monitor for Changes in the Dock State or Type</h2>
Dconnectivity-monitoring.jd21 <li><a href="#MonitorChanges">Monitor for Changes in Connectivity</a></li>
74 <h2 id="MonitorChanges">Monitor for Changes in Connectivity</h2>
/frameworks/base/docs/html/tools/debugging/
Ddebugging-studio.jd34 <li><a href="{@docRoot}tools/help/monitor.html">Device Monitor</a></li>
173 <p>Both the <em>Android DDMS</em> (Dalvik Debug Monitor Server) and the <em>Debug</em> tool windows
356 <p>The Android Device Monitor is a stand-alone tool with a graphical user interface for serveral
357 Android application debugging and analysis tools, including the Dalvik Debug Monitor Server (DDMS).
358 You can use the Android Device Monitor to analyze memory usage, profile methods,
361 <p>To open the Android Device Monitor from Android Studio, click
362 <strong>Monitor</strong> <img src="{@docRoot}images/tools/as-monitorbutton.png" alt=""
363 style="vertical-align:bottom;margin:0;height:20px"/> on the toolbar. The Android Device Monitor
366 <p>For more information about the Android Device Monitor and DDMS, see
367 <a href="{@docRoot}tools/help/monitor.html">Device Monitor</a> and
Ddebugging-memory.jd44 available in the Device Monitor or directly in IDEs such as Eclipse and Android Studio).</p>
108 real-time updates to your app's heap in the Device Monitor:</p>
111 <li>Open the Device Monitor.
114 <li>In the Debug Monitor window, select your app's process from the list on the left.</li>
123 <p class="img-caption"><strong>Figure 1.</strong> The Device Monitor tool,
148 <li>Open the Device Monitor.
165 <p class="img-caption"><strong>Figure 2.</strong> The Device Monitor tool,
352 <li>Open the Device Monitor.
362 <p class="img-caption"><strong>Figure 3.</strong> The Device Monitor tool,
Ddebugging-projects.jd66 more information on using DDMS, see <a href="ddms.html">Using the Dalvik Debug Monitor Server</a>.
Dindex.jd36 <dt><a href="{@docRoot}tools/debugging/ddms.html"><strong>Dalvik Debug Monitor
161 <dd>The Dalvik Debug Monitor Server (DDMS) can capture screenshots from the emulator. Select
Dddms.jd31 <p>Android ships with a debugging tool called the Dalvik Debug Monitor Server (DDMS), which
218 <p>In Android 4.0, the DDMS (Dalvik Debug Monitor Server) includes a Detailed
Ddebugging-tracing.jd123 …to generate trace data, see <a href="ddms.html#profiling">Using the Dalvik Debug Monitor Server.</…
/frameworks/base/docs/html/tools/studio/
Dindex.jd245 <h3> Memory Monitor</h3>
249 <strong>Memory Monitor</strong> tab in the lower right corner to launch the memory monitor. </p>
252 <p class="img-caption"><strong>Figure 4.</strong> Memory Monitor</p>
320 <a href="{@docRoot}tools/help/monitor.html">Android Debug Monitor</a>, you can launch it by
321 clicking <strong>Monitor</strong>
323 in the toolbar. The Debug Monitor is where you can find the complete set of
/frameworks/base/docs/html/training/wearables/watch-faces/
Dperformance.jd124 <p>To analyze the performance of your watch face, use the Android Device Monitor. In particular,
152 <h3>Monitor power consumption</h3>
/frameworks/base/docs/html/training/activity-testing/
Dactivity-functional-testing.jd121 assertEquals("Monitor for ReceiverActivity has not been called",
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java64 import com.android.server.Watchdog.Monitor;
74 public class MediaSessionService extends SystemService implements Monitor {
DMediaRouterService.java65 implements Watchdog.Monitor {
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java62 implements Watchdog.Monitor {
/frameworks/base/docs/html/tools/workflow/
Dindex.jd52 <a href="{@docRoot}tools/help/monitor.html">Android Debug Monitor</a> and device log messages
/frameworks/base/docs/html/tools/
Dtools_toc.cs157 <li><a href="<?cs var:toroot ?>tools/help/monitor.html">Device Monitor</a></li>
/frameworks/base/docs/html/tools/adk/
Dadk.jd357 <p>You can view the debug statements in the Arduino Serial Monitor by clicking <strong>Tools &gt;
358 Serial Monitor</strong> and setting the baud to 115200. The following sections about how
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd145 <p>The Android <a href="{@docRoot}tools/debugging/ddms.html">DDMS (Dalvik Debug Monitor Server)</a>…

12