platform_system_core/adb
leozwang d3fc15f484 Consolidate adb trace macro defines into its own header file.
Most code is copied and pasted from adb.h.
Any file can just include it to enable tracing.
Removed some duplications.

Change-Id: Ie1ed9e9edbf92158aac84669fbcbf7dc85fe2cf0
2014-07-29 14:07:46 -07:00
..
adb.c Fix implicit declaration of function 'prctl' in adb. 2014-07-18 16:46:39 -07:00
adb.h Consolidate adb trace macro defines into its own header file. 2014-07-29 14:07:46 -07:00
adb_auth.h adb: Fix secure adb when booting with usb attached 2013-02-02 01:19:06 +00:00
adb_auth_client.c adb: set O_CLOEXEC on lots of file descriptors 2014-07-18 20:57:35 -07:00
adb_auth_host.c adb: avoid compilation errors for unused results 2014-05-13 09:12:54 -07:00
adb_client.c add sideload-host mode to adb 2014-07-07 07:51:58 -07:00
adb_client.h Support adb client connect to remote server 2013-01-04 11:00:38 -08:00
adb_trace.h Consolidate adb trace macro defines into its own header file. 2014-07-29 14:07:46 -07:00
Android.mk Redirect debug output to logcat. 2014-07-23 22:45:02 -07:00
commandline.c Follow refactoring of install-abandon command. 2014-07-25 10:09:18 -07:00
console.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
fdevent.c Consolidate adb trace macro defines into its own header file. 2014-07-29 14:07:46 -07:00
fdevent.h adb: fix subprocess exit handling, oom adjust fixes, extra debugging. 2011-03-28 14:12:22 -07:00
file_sync_client.c Add install-multiple to adb. 2014-07-14 10:26:21 -07:00
file_sync_service.c adb: set O_CLOEXEC on lots of file descriptors 2014-07-18 20:57:35 -07:00
file_sync_service.h Add install-multiple to adb. 2014-07-14 10:26:21 -07:00
framebuffer_service.c adb: avoid leaking file descriptors 2014-06-05 20:26:25 -07:00
get_my_path_darwin.c eclair snapshot 2009-11-12 18:46:23 -08:00
get_my_path_freebsd.c FreeBSD support for usb-connected devices in adb 2009-10-25 01:56:35 +11:00
get_my_path_linux.c Make get_my_path() safer 2009-10-22 02:55:00 +11:00
get_my_path_windows.c Make get_my_path() safer 2009-10-22 02:55:00 +11:00
jdwp_service.c Fix adb leaking file descriptors to forked processes 2011-02-03 15:26:45 -05:00
MODULE_LICENSE_APACHE2 eclair snapshot 2009-11-12 18:46:23 -08:00
mutex_list.h adb: Cleanup dead code 2013-04-24 21:31:45 -07:00
NOTICE eclair snapshot 2009-11-12 18:46:23 -08:00
OVERVIEW.TXT Fixing spelling errors in adb docs 2010-04-28 11:38:39 -04:00
protocol.txt adb: Add public key authentification 2012-08-23 00:20:06 -07:00
remount_service.c adb: set O_CLOEXEC on lots of file descriptors 2014-07-18 20:57:35 -07:00
services.c adb: set O_CLOEXEC on lots of file descriptors 2014-07-18 20:57:35 -07:00
SERVICES.TXT adb: implement "adb reverse <local> <remote>" 2014-05-27 16:42:13 +02:00
sockets.c adbd: adb root should terminate adbd only if it's debuggable 2014-05-05 17:20:00 +08:00
sockets.dia auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
SYNC.TXT Adding documentation on the sync part of the adb protocol previously missing. 2014-03-20 20:36:46 +01:00
sysdeps.h Fix win32 implicit declaration of function socket_network_client_timeout. 2014-05-20 08:51:15 -07:00
sysdeps_win32.c Fix win32 undefined reference to `_socket_network_client_timeout'. 2014-05-20 12:13:29 -07:00
test_track_devices.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
test_track_jdwp.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
transport.c adb: fix windows build after "forward --list" fix. 2014-03-06 19:40:45 -08:00
transport.h adb: fix subprocess exit handling, oom adjust fixes, extra debugging. 2011-03-28 14:12:22 -07:00
transport_local.c adb: Increase the max number of emulator instances to 64 2014-03-13 11:21:58 +01:00
transport_usb.c adb: Improved detection of big endian architecture 2010-10-16 14:35:28 +02:00
usb_libusb.c adb: Add ability to specify device path 2012-04-20 11:21:14 -07:00
usb_linux.c adb: set O_CLOEXEC on lots of file descriptors 2014-07-18 20:57:35 -07:00
usb_linux_client.c Merge "adbd: Don't close/reopen FFS ep0 on disconnect" 2014-01-28 00:07:15 +00:00
usb_osx.c adb: Add ability to specify device path 2012-04-20 11:21:14 -07:00
usb_vendors.c Merge "Add Smartisan usb config" 2014-06-23 21:50:22 +00:00
usb_vendors.h adb: Add vendor IDs for iRiver, Compal and T & A Mobile Phones 2011-07-11 09:39:39 -04:00
usb_windows.c adb: turn on -Werror 2014-05-05 10:30:06 -07:00