Home | History | Annotate | Download | only in installing

Lines Matching full:strong

58     <p class="img-caption"><strong>Figure 1.</strong> The Choose Device window enables you to
72 <li>Click <strong>Debug</strong> <img src="{@docRoot}images/tools/as-debugbutton.png"
76 <li>Click <strong>OK</strong>. Your app starts on the selected device.</li>
80 connected to your computer. Select <strong>Launch Emulator</strong> to use an Android virtual device
86 <em>Debug</em> window manually, click <strong>Debug</strong>
94 <p class="img-caption"><strong>Figure 2.</strong> The Debug tool window in Android Studio showing
148 <p class="note"><strong>Note:</strong> Remove debug log messages and stack trace print calls from
161 <li>Click <strong>Android</strong> <img src="{@docRoot}images/tools/as-android.png" alt=""
164 <li>If the system log is empty in the <em>Logcat view</em>, click <strong>Restart</strong>
170 <p class="img-caption"><strong>Figure 4.</strong> The system log in the Android DDMS tool
183 <em>Devices</em> view and then click <strong>Only Show Logcat from Selected
184 Process</strong> <img src="{@docRoot}images/tools/as-currentproc.png" alt=""
186 is not available, click <strong>Restore Devices View</strong>
194 box and press <strong>Enter</strong>.</li>
216 <p class="img-caption"><strong>Figure 5.</strong> A red dot appears next to the line when you set
221 <p>To view all the breakpoints and configure breakpoint settings, click <strong>View
222 Breakpoints</strong> <img src="{@docRoot}images/tools/as-viewbreakbutton.png" alt=""
227 <p class="img-caption"><strong>Figure 6.</strong> The Breakpoints window lists all the current
235 it is hit. To set a breakpoint for any exception, select <strong>Exception Breakpoints</strong>
240 <p>After you set breakpoints in your code, click <strong>Rerun</strong>
250 the <em>Variables</em> view is not visible, click <strong>Restore Variables View</strong>
255 <p>To evaluate an expression at the current execution point, click <strong>Evaluate
256 Expression</strong> <img src="{@docRoot}images/tools/as-evalexpbutton.png" alt=""
260 <p>To advance to the next line in the code (without entering a method), click <strong>Step
261 Over</strong> <img src="{@docRoot}images/tools/as-stepoverbutton.png" alt=""
265 <p>To advance to the first line inside a method call, click <strong>Step
266 Into</strong> <img src="{@docRoot}images/tools/as-stepintobutton.png" alt=""
270 <p>To advance to the next line outside the current method, click <strong>Step
271 Out</strong> <img src="{@docRoot}images/tools/as-stepoutbutton.png" alt=""
275 <p>To continue running the app normally, click <strong>Resume Program</strong>
282 <p class="img-caption"><strong>Figure 7.</strong> The Variables view in the Debug tool window.</p>
296 <li>Click <strong>Android</strong> <img src="{@docRoot}images/tools/as-android.png" alt=""
299 <li>On the <em>Android DDMS</em> tool window, select the <strong>Devices | logcat tab</strong>.</li>
302 <li>Click <strong>Start Allocation Tracking</strong>
306 <li>Click <strong>Stop Allocation Tracking</strong>
323 <p class="img-caption"><strong>Figure 8.</strong> Object allocation tracking in Android Studio.</p>
344 <strong>Monitor</strong
363 <li>Click <strong>Android</strong> <img src="{@docRoot}images/tools/as-android.png" alt=""
366 <li>Click <strong>Screen Capture</strong> <img src="{@docRoot}images/tools/as-capture.png"
371 <li>Click <strong>Save</strong>.</li>
378 <li>Click <strong>Android</strong> <img src="{@docRoot}images/tools/as-android.png" alt=""
381 <li>Click <strong>Screen Record</strong> <img src="{@docRoot}images/tools/as-record.png"
384 <li>Click <strong>Start Recording</strong>.</li>
386 <li>Click <strong>Stop Recording</strong>.</li>
387 <li>Enter a file name for the recording and click <strong>OK</strong>.</li>