History log of /system/bt/btif/src/btif_debug_conn.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bd194901dbbd2abebfe2510a1e97bb8d3a75102b 05-May-2016 Ajay Panicker <apanicke@google.com> Fix undefined usage of snprintf

Using a buffer as both the format and output for snprintf could
cause undefinied behaviour on certain platforms. Instead just
use a temporary variable.

Bug: 27882028
Change-Id: If9f96fba4b3447b3248917ab9fb994bd80cbca0f
/system/bt/btif/src/btif_debug_conn.c
873ca2f973321f67df845e8658ede02bf5d9ee0b 19-May-2015 Andre Eisenbach <eisenbach@google.com> Fix string template in connection event debug log

Also fixed timestamp/bdname buffer confusion.

Change-Id: Idab9746a87ec665cba836c79978f03e13c36d17b
/system/bt/btif/src/btif_debug_conn.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_conn.c