OSDN Git Service

Add AdbTest sample program
authorMike Lockwood <lockwood@android.com>
Mon, 2 May 2011 18:33:08 +0000 (14:33 -0400)
committerMike Lockwood <lockwood@android.com>
Tue, 3 May 2011 21:55:19 +0000 (17:55 -0400)
commit3385faf4e60e1ac4f4cf387702ef3be211374ef2
tree55aa5f5c358e8800f1093021ac9a9baf1e387e93
parentb02ad50d1a83f7171aaa1c1d17716ed5699dec40
Add AdbTest sample program

This sample implements the "adb logcat" command using USB host APIs.

Change-Id: Ifbf122e99358bd3a1cd2a7967c364ffd59f003b3
Signed-off-by: Mike Lockwood <lockwood@android.com>
samples/USB/AdbTest/Android.mk [new file with mode: 0644]
samples/USB/AdbTest/AndroidManifest.xml [new file with mode: 0644]
samples/USB/AdbTest/README.txt [new file with mode: 0644]
samples/USB/AdbTest/_index.html [new file with mode: 0644]
samples/USB/AdbTest/default.properties [new file with mode: 0644]
samples/USB/AdbTest/res/layout/adb.xml [new file with mode: 0644]
samples/USB/AdbTest/res/xml/device_filter.xml [new file with mode: 0644]
samples/USB/AdbTest/src/com/android/adb/AdbDevice.java [new file with mode: 0644]
samples/USB/AdbTest/src/com/android/adb/AdbMessage.java [new file with mode: 0644]
samples/USB/AdbTest/src/com/android/adb/AdbSocket.java [new file with mode: 0644]
samples/USB/AdbTest/src/com/android/adb/AdbTestActivity.java [new file with mode: 0644]