/frameworks/base/docs/html/tools/help/ |
D | monitor.jd | 1 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
|
D | gltracer.jd | 30 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>
|
D | index.jd | 16 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
|
D | systrace.jd | 38 or the Android <a href="{@docRoot}tools/help/monitor.html">Device Monitor</a>. 71 <li>Open the Device Monitor by selecting <strong>Tools > Android > Monitor</strong>.</li> 85 />Using Device Monitor</a></p>
|
/frameworks/base/services/core/java/com/android/server/ |
D | Watchdog.java | 92 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()
|
D | NativeDaemonConnector.java | 50 final class NativeDaemonConnector implements Runnable, Handler.Callback, Watchdog.Monitor {
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | battery-monitoring.jd | 17 <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>
|
D | docking-monitoring.jd | 20 <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>
|
D | connectivity-monitoring.jd | 21 <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/ |
D | debugging-studio.jd | 34 <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
|
D | debugging-memory.jd | 44 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,
|
D | debugging-projects.jd | 66 more information on using DDMS, see <a href="ddms.html">Using the Dalvik Debug Monitor Server</a>.
|
D | index.jd | 36 <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
|
D | ddms.jd | 31 <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
|
D | debugging-tracing.jd | 123 …to generate trace data, see <a href="ddms.html#profiling">Using the Dalvik Debug Monitor Server.</…
|
/frameworks/base/docs/html/tools/studio/ |
D | index.jd | 245 <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/ |
D | performance.jd | 124 <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/ |
D | activity-functional-testing.jd | 121 assertEquals("Monitor for ReceiverActivity has not been called",
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionService.java | 64 import com.android.server.Watchdog.Monitor; 74 public class MediaSessionService extends SystemService implements Monitor {
|
D | MediaRouterService.java | 65 implements Watchdog.Monitor {
|
/frameworks/base/services/core/java/com/android/server/media/projection/ |
D | MediaProjectionManagerService.java | 62 implements Watchdog.Monitor {
|
/frameworks/base/docs/html/tools/workflow/ |
D | index.jd | 52 <a href="{@docRoot}tools/help/monitor.html">Android Debug Monitor</a> and device log messages
|
/frameworks/base/docs/html/tools/ |
D | tools_toc.cs | 157 <li><a href="<?cs var:toroot ?>tools/help/monitor.html">Device Monitor</a></li>
|
/frameworks/base/docs/html/tools/adk/ |
D | adk.jd | 357 <p>You can view the debug statements in the Arduino Serial Monitor by clicking <strong>Tools > 358 Serial Monitor</strong> and setting the baud to 115200. The following sections about how
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 145 <p>The Android <a href="{@docRoot}tools/debugging/ddms.html">DDMS (Dalvik Debug Monitor Server)</a>…
|