Home
last modified time | relevance | path

Searched refs:debugging (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/base/docs/html/guide/developing/debugging/
Dindex.jd25 comprise a typical Android debugging environment are:</p>
35 <dt><a href="{@docRoot}guide/developing/debugging/ddms.html"><strong>Dalvik Debug Monitor
54 tedious, so DDMS provides a port forwarding feature that can forward a specific VM's debugging
63 <p>Figure 1 shows how the various debugging tools work together in a typical
64 debugging environment.</p>
65 <img src="{@docRoot}images/debugging.png"
77 <p>Each application VM on the device or emulator exposes a debugging port that you can attach to
78 via DDMS. DDMS can forward any of these ports to a static debugging port (typically port 8700) by
80 attach to this static debugging port and debug all the applications that are running on the
90 <p>In addition to the main debugging tools, the Android SDK provides additional tools to help you
[all …]
Ddebugging-projects-cmdline.jd12 <li><a href="#start-debugging">Starting a Debugging Environment</a>
22 the Android SDK provides for debugging. A basic debugging environment consists of:</p>
27 <li><a href="{@docRoot}guide/developing/debugging/ddms.html">DDMS</a></li>
36 <h2 id="start-debugging">Starting a debugging environment</h2>
39 variable values. Since you are not using Eclipse, you have to manually start up the debugging
41 debugging your application, follow these general steps:</p>
52 <li>Attach your debugger to the debugging port 8700, or to the specific port shown for the
58 <p>DDMS assigns a specific debugging port to every virtual machine that it finds on the
Dddms.jd19 <p>Android ships with a debugging tool called the Dalvik Debug Monitor Server (DDMS), which
49 <p>DDMS assigns a debugging port to each VM on the device. Typically,
55 …<p>By default, DDMS also listens on another debugging port, the DDMS "base port" (8700, by default…
56 The base port is a port forwarder, which can accept VM traffic from any debugging port and forward
64 has the debugging port 8700 assigned to it as well as 8606. This signifies that DDMS is currently
65 forwarding port 8606 to the static debugging port of 8700.</p>
73 "{@docRoot}guide/developing/debugging/debugging-projects-cmdline.html#debuggingPort">Configuring
74 your IDE to attach to the debugging port</a>, for more information on attaching your
81 <p class="warning"><strong>Known debugging issues with Dalvik</strong><br />
181 <a href="debugging-tracing.html">Profiling and Debugging UIs</a>.</p>
[all …]
Ddebugging-devtools.jd35 time while debugging.</li>
79 happen, but can happen during debugging.</dd>
/frameworks/base/docs/html/guide/developing/tools/
Dtraceview.jd14 <a href="{@docRoot}guide/developing/debugging/debugging-tracing.html">Profiling with Traceview and …
Dhierarchy-viewer.jd16 <a href="{@docRoot}guide/developing/debugging/debugging-ui.html">Debugging and Profiling UIs</a>
Dlayoutopt.jd11 href="{@docRoot}guide/developing/debugging/debugging-ui.html#layoutopt">Optimizing layouts with
Dlogcat.jd12 <a href="{@docRoot}guide/developing/debugging/debugging-log.html">Reading and Writing Logs</a>.
15 <a href="{@docRoot}guide/developing/debugging/ddms.html">Dalvik Debug Monitor Server</a>.
Ddmtracedump.jd11 logs, see <a href="{@docRoot}guide/developing/debugging/debugging-tracing.html">Profiling with
Dindex.jd22 <dt><a href="{@docRoot}guide/developing/debugging/ddms.html">Dalvik Debug Monitor
29 href="{@docRoot}guide/developing/debugging/debugging-tracing.html#dmtracedump">Profiling
Dadt.jd57 debugging</strong></dt>
100 <li><a href="{@docRoot}guide/developing/debugging/debugging-tracing.html">Traceview</a>:
109 <li><a href="{@docRoot}guide/developing/debugging/debugging-ui.html#HierarchyViewer">Hierarchy
113 <li><a href="{@docRoot}guide/developing/debugging/debugging-ui.html#pixelperfect">Pixel
117 <li><a href="{@docRoot}guide/developing/debugging/ddms.html">DDMS</a>: Provides
118 debugging features including: screen capturing, thread and heap information, and logcat
Dproguard.jd81 does not invoke ProGuard, because it makes debugging more cumbersome.</p>
155 debugging hard, if not impossible. Fortunately, whenever ProGuard runs, it outputs a
183 …of debugging the user's stack trace, because the <code>mapping.txt</code> file associated with the…
Dmonkey.jd190 <a href="{@docRoot}guide/developing/debugging/debugging-tracing.html" title="traceview">Traceview</…
237 <!-- TODO: add a section called "debugging" that covers ways to use it,
/frameworks/base/docs/html/guide/webapps/
Ddebugging.jd9 <li>If debugging in a custom WebView, you need to implement a callback method to handle debug
21 <li><a href="{@docRoot}guide/developing/debugging/index.html">Debugging</a></li>
29 debugging web pages with Firebug or Web Inspector, then you're probably familiar
31 of the same APIs, so you can receive logs from your web page when debugging in Android's Browser
49 <p>See <a href="{@docRoot}guide/developing/debugging/debugging-log.html">Debugging</a>
87 same console APIs are supported when debugging your web page in WebView. On Android
/frameworks/base/docs/html/guide/tutorials/notepad/
Dnotepad-extra-credit.jd66 <p>The Android Eclipse plugin not only offers excellent debugging support for
68 try using <a href="{@docRoot}guide/developing/debugging/debugging-tracing.html">Traceview</a> to pr…
/frameworks/base/services/java/com/android/server/am/
DProcessRecord.java130 boolean debugging; // was app launched for debugging? field in ProcessRecord
228 if (debugging || crashing || crashDialog != null || notResponding in dump()
230 pw.print(prefix); pw.print("debugging="); pw.print(debugging); in dump()
/frameworks/base/docs/html/guide/developing/
Dindex.jd47 <p>Next, you debug your application using a JDWP-compliant debugger along with the debugging
50 <a href="{@docRoot}guide/developing/debugging/index.html">Debug your application with the
51 SDK debugging and logging tools</a>.</p>
Ddevice.jd24 environment and Android-powered device for testing and debugging on the device.</p>
27 debugging, and testing your applications. The tools included in the SDK make it easy to install and
69 and enable <strong>USB debugging</strong>
/frameworks/base/docs/html/resources/articles/
Dglsurfaceview.jd18 <li>Providing easy-to-use debugging tools for tracing OpenGL ES API calls and
256 <h3>Help With debugging</h3>
258 <p><code>GLSurfaceView</code> has a handy built-in feature for debugging OpenGL ES
Dlayout-tricks-merge.jd49 href="{@docRoot}guide/developing/debugging/debugging-ui.html#hierarchyViewer">HierarchyViewer</a>.
/frameworks/base/docs/html/guide/topics/ui/
Ddeclaring-layout.jd50 …<a href="{@docRoot}guide/developing/debugging/debugging-ui.html#hierarchyViewer">Hierarchy Viewer<…
51 for debugging layouts &mdash; it reveals layout property values,
54 …<li>The <a href="{@docRoot}guide/developing/debugging/debugging-ui.html#layoutopt">layoutopt</a> t…
/frameworks/base/docs/html/resources/tutorials/notepad/
Dnotepad-extra-credit.jd66 <p>The Android Eclipse plugin not only offers excellent debugging support for
/frameworks/base/docs/html/guide/appendix/
Dglossary.jd41 <dd>Android Debug Bridge, a command-line debugging application included with the
43 forward ports for debugging. If you are developing in Eclipse using the
90 <dd>Dalvik Debug Monitor Service, a GUI debugging application included
94 …href="{@docRoot}guide/developing/debugging/ddms.html">Using DDMS</a> to learn more about the progr…
/frameworks/base/libs/rs/scriptc/
Drs_debug.rsh18 * \brief Utility debugging routines
/frameworks/base/docs/html/guide/
Dindex.jd42 <dd>Directions for using Android's development and debugging tools,

123