History log of /system/bt/btif/src/btif_debug_btsnoop.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ae3ba35cfd03f21225bbf58dd3d5f0034b13fe09 17-May-2016 Andre Eisenbach <eisenbach@google.com> Add L2CAP signaling headers and more ACL data to btsnooz

Increase the BTSNOOZ log buffer to 256kb and adds complete L2CAP
signaling headers as well as more data per ACL data packet. This will
allow additional RFCOMM debugging.

Fixes: 28845518
Change-Id: I19e1a4a40bb1c8d332a25283fb50635d791bc275
/system/bt/btif/src/btif_debug_btsnoop.c
8bda4e143fb0e3357e343ace90056965312d5a99 01-Apr-2016 Ajay Panicker <apanicke@google.com> Fix line wrapping for btsnooz

Change-Id: I4558c652577ffeb3f1ac4f273472ccf98d70924b
/system/bt/btif/src/btif_debug_btsnoop.c
f3758bdc1f38dcd237f4a39c6af3d4faf0f27832 01-Mar-2016 Sharvil Nanavati <sharvil@google.com> Don't clear the btsnoop log ringbuffer on compress.

Change-Id: I0bf4279104e87b151553eba913491d934f3cde41
/system/bt/btif/src/btif_debug_btsnoop.c
5931d375cd7a727b6bfaadf01e7d23bc40b2c2ca 24-Feb-2016 Ajay Panicker <apanicke@google.com> Remove extra newline before Btsnoop log summary

Bug: 27294154
Change-Id: Ice69835cdddfc01e2222a47b0ceeb30d243442f5
/system/bt/btif/src/btif_debug_btsnoop.c
12265e39b511f28425236b0dc97c78e7d837304b 13-Feb-2016 Pavlin Radoslavov <pavlin@google.com> Fix C/C++ compiler generated warnings

* Remove unused functions: -Wno-unused-function
* Fix logical operations that are missing parentheses:
-Wno-logical-not-parentheses, -Wno-parentheses
* Add missing braces in initializers: -Wno-missing-braces
* Remove unused variables: -Wno-unused-variable
* Fix printf()-like formatting issues: -Wno-format
* Avoid using unitialized variables:
-Wno-maybe-uninitialized, -Wno-uninitialized
* Fix a bug inside bta_gattc_get_gatt_db_impl()
when the processed GATT DB attribute type is unknown.
* Fix warnings about missing field initializers:
-Wno-missing-field-initializers
* Re-implement macro COMPILE_ASSERT(COND) to fix a compilation warning:
-Wno-non-literal-null-conversion
* Fix sign mismatch comparison warnings:
-Wno-sign-compare
* Fix warnings related to enum conversion:
-Wno-enum-conversion
* Fix warnings related to incompatible pointer types:
-Wno-incompatible-pointer-types
* Fix warnings related to enum conversion:
-Wno-enum-conversion

Bug: 26879229
Change-Id: I522931fe156aeab23ae841051a9e25ceab00b1c2
/system/bt/btif/src/btif_debug_btsnoop.c
e8c3dde6cfec13e8a0b3f87397319eab4cb86ad5 15-Jan-2016 Sharvil Nanavati <sharvil@google.com> Update btsnooz log file format to log ACL and SCO headers.

Change-Id: I72db1769197150f34ebba6fcb9c0e3db2404f342
/system/bt/btif/src/btif_debug_btsnoop.c
1536a0e3d6a8b149644dfe3f7238ae5c6f6e853a 19-May-2015 Chih-Hung Hsieh <chh@google.com> Fix format-security warning found by clang/llvm.

BUG: 21299815
Change-Id: I3dd7e92444a9b439c210f7e6ce677307a38113ab
/system/bt/btif/src/btif_debug_btsnoop.c
89f5e411d9ef31436741288a2267e46dd744e273 05-Dec-2014 Andre Eisenbach <eisenbach@google.com> Bluetooth native dumpsys logging support (2/5)

Includes support for BTSnoop logging in memory.

Bug: 18508263
Change-Id: I175da528cbcdc00d40622647d518a74210cfe6fd
/system/bt/btif/src/btif_debug_btsnoop.c