Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/ | 03-May-2024 | - | 53 | 18 | ||
src/com/android/adb/ | 03-May-2024 | - | 712 | 515 | ||
Android.mk | D | 03-May-2024 | 217 | 13 | 7 | |
AndroidManifest.xml | D | 03-May-2024 | 924 | 25 | 19 | |
README.txt | D | 03-May-2024 | 576 | 11 | 8 | |
_index.html | D | 03-May-2024 | 667 | 13 | 10 | |
default.properties | D | 03-May-2024 | 363 | 12 | 10 |
README.txt
1AdbTest is a sample program that implements a subset of the adb USB protocol. 2Currently it only implements the "adb logcat" command and displays the log 3output in a text view and only allows connecting to one device at a time. 4However the support classes are structured in a way that would allow 5connecting to multiple devices and running multiple adb commands simultaneously. 6 7This program serves as an example of the following USB host features: 8 9- Matching devices based on interface class, subclass and protocol (see device_filter.xml) 10 11- Asynchronous IO on bulk endpoints