Home | History | Annotate | Download | only in debugging

Lines Matching full:adb

31   {@link android.util.Log} class. You can run LogCat through ADB or from DDMS, which allows you to
61 <p>You can use LogCat from within DDMS or call it on an ADB shell. For more information on how to
63 DDMS</a>. To run LogCat, through the ADB shell, the general usage is:</p>
65 [adb] logcat [&lt;option&gt;] ... [&lt;filter-spec&gt;] ...
69 adb shell in an emulator/device instance. To view log output in your development computer, you
72 $ adb logcat
75 <p>and from a remote adb shell you use</p>
191 adb logcat ActivityManager:I MyApp:D *:S
202 adb logcat *:W
206 remote adb shell), you can also set a default filter expression by exporting a value for the
213 instance, if you are running LogCat from a remote shell or using <code>adb shell
246 [adb] logcat [-v &lt;format&gt;]
252 adb logcat -v thread
275 [adb] logcat [-b &lt;buffer&gt;]
280 adb logcat -b radio
295 $ adb shell stop
296 $ adb shell setprop log.redirect-stdio true
297 $ adb shell start