OSDN Git Service

Bluetooth native dumpsys logging support (2/5)
authorAndre Eisenbach <eisenbach@google.com>
Fri, 5 Dec 2014 17:40:20 +0000 (09:40 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Tue, 12 May 2015 00:57:11 +0000 (17:57 -0700)
commit89f5e411d9ef31436741288a2267e46dd744e273
treef701404c9c1db42b66b2c4f1b57e402994a7b899
parenta778a64c053acdb99b7a14b5837b4f12d83009a1
Bluetooth native dumpsys logging support (2/5)

Includes support for BTSnoop logging in memory.

Bug: 18508263
Change-Id: I175da528cbcdc00d40622647d518a74210cfe6fd
19 files changed:
bta/gatt/bta_gattc_act.c
bta/gatt/bta_gatts_act.c
btif/include/btif_debug.h [new file with mode: 0644]
btif/include/btif_debug_btsnoop.h [new file with mode: 0644]
btif/include/btif_debug_conn.h [new file with mode: 0644]
btif/src/bluetooth.c
btif/src/btif_debug.c [new file with mode: 0644]
btif/src/btif_debug_btsnoop.c [new file with mode: 0644]
btif/src/btif_debug_conn.c [new file with mode: 0644]
hci/Android.mk
hci/include/btsnoop_mem.h [new file with mode: 0644]
hci/src/btsnoop.c
hci/src/btsnoop_mem.c [new file with mode: 0644]
include/bt_target.h
main/Android.mk
osi/Android.mk
osi/include/ringbuffer.h [new file with mode: 0644]
osi/src/ringbuffer.c [new file with mode: 0644]
osi/test/ringbuffer_test.cpp [new file with mode: 0644]