You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
res v811_spc009_project 4 months ago
src/com/android/adb v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
AndroidManifest.xml v811_spc009_project 4 months ago
README.txt v811_spc009_project 4 months ago
_index.html v811_spc009_project 4 months ago
default.properties v811_spc009_project 4 months ago

README.txt

AdbTest is a sample program that implements a subset of the adb USB protocol.
Currently it only implements the "adb logcat" command and displays the log
output in a text view and only allows connecting to one device at a time.
However the support classes are structured in a way that would allow
connecting to multiple devices and running multiple adb commands simultaneously.

This program serves as an example of the following USB host features:

- Matching devices based on interface class, subclass and protocol (see device_filter.xml)

- Asynchronous IO on bulk endpoints