platform_system_core/adb
Mike Lockwood 1f546e6d1f adb: Allow enabling of device side adbd logging with a persistent system property.
To enable logging, set the property persist.adb.trace_mask to a hex value
containing the bitmask for adb_trace_mask (see the TRACE_* enum values in adb.h).
This will result in adb writing log output to a file in /data/adb/
No logging will occur if persist.adb.trace_mask is not set or has a value
that cannot be parsed as a hex integer.
The property is read once only at startup, so you must reboot or restart adbd
for changes in the property to take effect.

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-05-25 18:17:55 -04:00
..
adb.c adb: Allow enabling of device side adbd logging with a persistent system property. 2009-05-25 18:17:55 -04:00
adb.h adb: Allow enabling of device side adbd logging with a persistent system property. 2009-05-25 18:17:55 -04:00
adb_client.c Support for 3rd party USB Vendor IDs in adb. 2009-05-22 15:25:25 -07:00
adb_client.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
Android.mk Preparation work for adb to support USB vendor Ids provided by SDK add-ons. 2009-05-21 10:18:43 -07:00
commandline.c auto import from //branches/cupcake_rel/...@138607 2009-03-13 13:04:37 -07:00
console.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
fdevent.c Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
fdevent.h Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
file_sync_client.c Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
file_sync_service.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
file_sync_service.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
framebuffer_service.c Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon. 2009-05-18 17:07:46 +02:00
get_my_path_darwin.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
get_my_path_linux.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
get_my_path_windows.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
history.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
jdwp_service.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
log_service.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
mutex_list.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
OVERVIEW.TXT auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
protocol.txt Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
remount_service.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
services.c adb: adbd no longer disables OOM and now sets children's OOM adjustment to zero 2009-05-20 09:14:30 -04:00
SERVICES.TXT auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
shlist.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
shlist.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
sockets.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
sockets.dia auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
sysdeps.h Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
sysdeps_win32.c Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02: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 auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
transport_local.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
transport_usb.c Support for 3rd party USB Vendor IDs in adb. 2009-05-22 15:25:25 -07:00
usb_linux.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
usb_linux_client.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
usb_osx.c Support for 3rd party USB Vendor IDs in adb. 2009-05-22 15:25:25 -07:00
usb_vendors.c Support for 3rd party USB Vendor IDs in adb. 2009-05-22 15:25:25 -07:00
usb_vendors.h Support for 3rd party USB Vendor IDs in adb. 2009-05-22 15:25:25 -07:00
usb_windows.c Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
utils.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
utils.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00