• Home
  • Raw
  • Download

Lines Matching refs:dd

30 …<dd><code>adb</code> acts as a middleman between a device and your development system. It provides…
33 connected emulators and devices.</dd>
38 …<dd>DDMS is a graphical program that communicates with your devices through <code>adb</code>. DDMS…
40 messages, and has many other features.</dd>
45 …<dd>Your application must run in a device or in an AVD so that it can be debugged. An <code>adb</c…
47 communicate with the device or emulator.</dd>
51 <dd>The Dalvik VM (Virtual Machine) supports the JDWP protocol to allow debuggers to attach to
58 <code>jdb</code></a>.</dd>
97 <dd>Graphical programs that let you debug and profile user interfaces.</dd>
102 <dd>A graphical viewer that displays trace file data for method calls and times saved by your
103 application, which can help you profile the performance of your application.</dd>
108 <dd>The Dev Tools application included in the emulator system image exposes several settings
110 application to a hardware device.</dd>
121 <dd>To obtain a stack dump from emulator, you can log
124 </dd>
127 <dd>The device can display useful information such as CPU usage or highlights
131 </dd>
134 <dd>You can access dumpstate information from the <code>adb shell</code> commands. See
136 dumpstate</a> on the adb topic page.</dd>
141 <dd>You can get information about wireless connectivity using DDMS.
143 radio state</strong>.</dd>
146 <dd>You can log method calls and other tracing data in an activity by calling
149 dmtracedump</a> for details. </dd>
152 <dd>By default, radio information is not logged to the system (it is a lot of
159 </dd>
162 <dd>The Dalvik Debug Monitor Server (DDMS) can capture screenshots from the emulator. Select
163 <strong>Device > Screen capture</strong>.</dd>
166 <dd>Android provides debug helper classes such as {@link android.util.Log
167 util.Log} and {@link android.os.Debug} for your convenience. </dd>
170 <dd>
176 </dd>