A Golang library for interacting with adb.
Go to file
Zach Klippenstein 4b9891533a Started host and local service clients.
Milestone: the demo app prints /proc/loadavg from the device.
2015-04-12 22:07:12 -07:00
cmd Started host and local service clients. 2015-04-12 22:07:12 -07:00
wire Started host and local service clients. 2015-04-12 22:07:12 -07:00
.travis.yml Added .travis.yml. 2015-04-11 17:20:08 -07:00
device_client.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
device_client_test.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
device_descriptor.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
device_info.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
device_info_test.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
devicedescriptortype_string.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
dir_entries.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
doc.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
host_client.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
host_client_test.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
LICENSE.txt Initial commit – wire format implementation and some host client commands. 2015-04-11 16:58:49 -07:00
nil_safe_dialer.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
README.md Added .travis.yml. 2015-04-11 17:20:08 -07:00
sync_client.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
sync_client_test.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
sync_file_reader.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
sync_file_reader_test.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
util.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
util_test.go Started host and local service clients. 2015-04-12 22:07:12 -07:00

#goadb

Build Status GoDoc

A Golang library for interacting with the Android Debug Bridge (adb).