You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ut_SG560D/UM.9.14/development/samples/USB/AdbTest
quectel 55794fdde8 QCM6490:Alyssa:upload QCM6490 android12 base code.
Change-Id: If3e3c4e01b19443714d880ae669aaa8b39edfff7
4 years ago
..
res QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
src/com/android/adb QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
Android.bp QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
AndroidManifest.xml QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
README.txt QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
_index.html QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
default.properties QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years 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