Home | History | Annotate | only in /development/samples/USB/AdbTest
Up to higher level directory
NameDateSize
_index.html06-Dec-2013667
Android.mk06-Dec-2013217
AndroidManifest.xml06-Dec-2013924
default.properties06-Dec-2013363
README.txt06-Dec-2013576
res/06-Dec-2013
src/06-Dec-2013

README.txt

      1 AdbTest is a sample program that implements a subset of the adb USB protocol.
      2 Currently it only implements the "adb logcat" command and displays the log
      3 output in a text view and only allows connecting to one device at a time.
      4 However the support classes are structured in a way that would allow
      5 connecting to multiple devices and running multiple adb commands simultaneously.
      6 
      7 This 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