Home
last modified time | relevance | path

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

1234

/frameworks/base/docs/html/tools/debugging/
Dindex.jd25 comprise a typical Android debugging environment are:</p>
36 <dt><a href="{@docRoot}tools/debugging/ddms.html"><strong>Dalvik Debug Monitor
55 tedious, so DDMS provides a port forwarding feature that can forward a specific VM's debugging
64 <p>Figure 1 shows how the various debugging tools work together in a typical
65 debugging environment.</p>
66 <img src="{@docRoot}images/debugging.png"
78 <p>Each application VM on the device or emulator exposes a debugging port that you can attach to
79 via DDMS. DDMS can forward any of these ports to a static debugging port (typically port 8700) by
81 attach to this static debugging port and debug all the applications that are running on the
91 <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}tools/debugging/ddms.html">DDMS</a></li>
36 <h2 id="start-debugging">Starting a debugging environment</h2>
39 …ariable values. Since you are not using Android Studio, 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.jd31 <p>Android ships with a debugging tool called the Dalvik Debug Monitor Server (DDMS), which
61 <p>DDMS assigns a debugging port to each VM on the device. Typically,
67 …<p>By default, DDMS also listens on another debugging port, the DDMS "base port" (8700, by default…
68 The base port is a port forwarder, which can accept VM traffic from any debugging port and forward
76 has the debugging port 8700 assigned to it as well as 8606. This signifies that DDMS is currently
77 forwarding port 8606 to the static debugging port of 8700.</p>
85 "{@docRoot}tools/debugging/debugging-projects-cmdline.html#debuggingPort">Configuring
86 your IDE to attach to the debugging port</a>, for more information on attaching your
93 <p class="warning"><strong>Known debugging issues with Dalvik</strong><br />
191 <a href="debugging-tracing.html">Profiling and Debugging UIs</a>.</p>
[all …]
Ddebugging-studio.jd33 <li><a href="{@docRoot}tools/debugging/index.html">Debugging</a></li>
35 <li><a href="{@docRoot}tools/debugging/ddms.html">Using DDMS</a></li>
47 <li>Run the debugging tools from the Android SDK.</li>
53 while your app is running and provides debugging tools to filter log messages, work with
94 window also provides other debugging tools covered in the following sections.</p>
128 information about logging, see <a href="{@docRoot}tools/debugging/debugging-log.html">
192 For more information about DDMS, see <a href="{@docRoot}tools/debugging/ddms.html">Using DDMS</a>.
357 Android application debugging and analysis tools, including the Dalvik Debug Monitor Server (DDMS).
368 <a href="{@docRoot}tools/debugging/ddms.html">Using DDMS</a>.</p>
Ddebugging-devtools.jd27 time while debugging.</li>
71 happen, but can happen during debugging.</dd>
/frameworks/base/docs/html/tools/help/
Dmonitor.jd9 <li><a href="{@docRoot}tools/debugging/debugging-memory.html"
17 several Android application debugging and analysis tools. The Monitor tool does not
22 <li><a href="{@docRoot}tools/debugging/ddms.html">DDMS</a></li>
41 If you're using ADT, you may need to close the debugging tool before launching the Device Monitor
Dlogcat.jd12 <a href="{@docRoot}tools/debugging/debugging-log.html">Reading and Writing Logs</a>.</p>
15 <a href="{@docRoot}tools/debugging/ddms.html">Using DDMS</a>. </p>
50 …"{@docRoot}tools/debugging/debugging-log.html#alternativeBuffers">Viewing Alternative Log Buffers<…
102 …list of supported formats, see <a href="{@docRoot}tools/debugging/debugging-log.html#outputFormat"…
Dlayoutopt.jd8 <p>For more information about using {@code lint}, see <a href="{@docRoot}tools/debugging/improving-…
15 href="{@docRoot}tools/debugging/debugging-ui.html#layoutopt">Optimizing layouts with
Dtraceview.jd14 <a href="{@docRoot}tools/debugging/debugging-tracing.html">Profiling with Traceview and dmtracedump…
Dhierarchy-viewer.jd16 <a href="{@docRoot}tools/debugging/debugging-ui.html">Debugging and Profiling UIs</a>
Ddmtracedump.jd11 logs, see <a href="{@docRoot}tools/debugging/debugging-tracing.html">Profiling with
Dindex.jd65 <h3 id="tools-debugging">Debugging Tools</h3>
78 <dt><a href="{@docRoot}tools/debugging/ddms.html">Dalvik Debug Monitor
84 several Android application debugging and analysis tools.</dd>
90 href="{@docRoot}tools/debugging/debugging-tracing.html#dmtracedump">Profiling
Dsystrace.jd15 on how to use Systrace, see <a href="{@docRoot}tools/debugging/systrace.html">Analyzing
26 <a href="{@docRoot}tools/device.html#setting-up">USB debugging connection</a>.</p>
53 devices are listed, make sure your device is connected via USB cable and that debugging is
73 devices are listed, make sure your device is connected via USB cable and that debugging is
92 devices are listed, make sure your device is connected via USB cable and that debugging is
221 For more information, see <a href="{@docRoot}tools/debugging/systrace.html#app-trace">Analyzing
Dadt.jd69 <li><a href="{@docRoot}tools/debugging/debugging-tracing.html">Traceview</a>:
77 <li><a href="{@docRoot}tools/debugging/debugging-ui.html#HierarchyViewer">Hierarchy
81 <li><a href="{@docRoot}tools/debugging/debugging-ui.html#pixelperfect">Pixel
85 <li><a href="{@docRoot}tools/debugging/ddms.html">DDMS</a>: Provides
86 debugging features including: screen capturing, thread and heap information, and logcat
/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
22 href="https://developers.google.com/chrome-developer-tools/docs/remote-debugging">Remote
24 <li><a href="{@docRoot}tools/debugging/index.html">Debugging</a></li>
34 href="https://developers.google.com/chrome-developer-tools/docs/remote-debugging">Remote
39 debugging web pages with Firebug or Web Inspector, then you're probably familiar
41 of the same APIs, so you can receive logs from your web page when debugging in Android's Browser
43 console APIs for debugging.</p>
59 <p>See <a href="{@docRoot}tools/debugging/debugging-log.html">Debugging</a>
97 supported when debugging in {@link android.webkit.WebView}.
/frameworks/base/docs/html/tools/
Ddevice.jd25 environment and Android-powered device for testing and debugging on the device.</p>
28 debugging, and testing your applications. The tools included in the SDK make it easy to install and
54 <li>Enable debugging over USB.</li>
57 <li>Draw debugging information on screen such as layout bounds,
59 <li>Plus many more options to simulate app stresses or enable debugging options.</li>
89 <p class="note"><strong>Note:</strong> If you manually enable debugging in the manifest
92 <li>Enable <strong>USB debugging</strong> on your device.
148 debugging through this computer. This security mechanism protects user devices because it ensures
149 that USB debugging and other adb commands cannot be executed unless you're able to unlock the
Dworkflow.jd47 <p>Next, you debug your application using a JDWP-compliant debugger along with the debugging
50 <a href="{@docRoot}tools/debugging/index.html">Debug your application with the
51 SDK debugging and logging tools</a>.</p>
/frameworks/base/docs/html/training/wearables/apps/
Dbt-debugging.jd29 <li>Enable USB debugging on the handheld:
35 <li>Enable <b>USB debugging</b>.</li>
38 <li>Enable Bluetooth debugging on the wearable:
/frameworks/base/docs/html/tools/workflow/
Dindex.jd54 coding features. You can also use a JDWP-compliant debugger along with the debugging and logging
56 …<a href="{@docRoot}tools/debugging/index.html">Debug your application with the SDK debugging and l…
/frameworks/compile/slang/lit-tests/
DREADME18 When debugging failures, the "-v" option will print to stdout the details of
/frameworks/base/docs/html/training/articles/
Dmemory.jd43 <li><a href="{@docRoot}tools/debugging/debugging-memory.html">Investigating Your RAM Usage</a>
68 href="{@docRoot}tools/debugging/debugging-memory.html">Investigating Your RAM Usage</a>.</p>
111 href="{@docRoot}tools/debugging/debugging-memory.html">Investigating Your RAM Usage</a>.</p>
128 href="{@docRoot}tools/debugging/debugging-memory.html#ViewingAllocations">Investigating Your
473 <p>You should also read about <a href="{@docRoot}tools/debugging/debugging-ui.html">optimizing
474 your UI</a> with the layout debugging tools and take advantage of
476 href="{@docRoot}tools/debugging/improving-w-lint.html">lint tool</a>.</p>
503 href="{@docRoot}tools/debugging/debugging-memory.html">Investigating Your RAM Usage</a>.</p>
565 in <a href="{@docRoot}tools/debugging/debugging-memory.html#ViewingAllocations">Investigating
Dperf-tips.jd418 <a href="{@docRoot}tools/debugging/debugging-tracing.html">Traceview</a> useful
425 <p>For more help profiling and debugging your apps, see the following documents:</p>
428 <li><a href="{@docRoot}tools/debugging/debugging-tracing.html">Profiling with
430 <li><a href="{@docRoot}tools/debugging/systrace.html">Analysing Display and Performance
/frameworks/base/docs/html/tools/publishing/
Dpreparing.jd100 href="{@docRoot}tools/debugging/index.html">Debugging</a> and <a
180 <h4>Turn off logging and debugging</h4>
182 <p>Make sure you deactivate logging and disable the debugging option before you build your
184 {@link android.util.Log} methods in your source files. You can disable debugging by removing the
194 <p class="caution"><strong>Important:</strong> Ensure that you disable debugging for
196 interfaces, since debugging allows users to inject scripts and extract content using Chrome
197 DevTools. To disable debugging, use the
/frameworks/base/docs/html/tools/building/
Dindex.jd34 when build your app for debugging. You must obtain a certificate to sign your app when you build
/frameworks/base/docs/html/tv/adt-1/
Dindex.jd80 <strong>Note:</strong> Make sure you have enabled USB debugging in <strong>Settings &gt;
81 Preferences &gt; Developer options &gt; Debugging &gt; USB debugging</strong>, so that you can
104 <strong>Note:</strong> Make sure you have enabled USB debugging in <strong>Settings &gt;
105 Preferences &gt; Developer options &gt; Debugging &gt; USB debugging</strong>, so that you can

1234