OSDN Git Service

DO NOT MERGE ANYWHERE Bluetooth native dumpsys logging support (2/4)
authorAndre Eisenbach <eisenbach@google.com>
Fri, 5 Dec 2014 17:40:20 +0000 (09:40 -0800)
committerTucker Sylvestro <tuckeris@google.com>
Wed, 4 Mar 2015 22:18:10 +0000 (17:18 -0500)
commita40848a8810b95ad279d4294c8e6cbba2b09347a
tree5179bf8266ad046ce8e7f51944b208278b1b9291
parent45085bf6ed93ea9398047c21bc4b94c8516f9daa
DO NOT MERGE ANYWHERE Bluetooth native dumpsys logging support (2/4)

Includes support for BTSnoop logging in memory.

Bug: 18508263
Change-Id: Iade200283dca3545b7bbd0872c583731eb115d34
19 files changed:
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]
btif/src/btif_gatt_client.c
btif/src/btif_media_task.c
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]