History log of /system/bt/btif/src/btif_config_transcode.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7c6f8f332c42199748082edfa4aaf5ee45a373d7 30-Mar-2016 Alain Vongsouvanh <alainv@google.com> Bring back support for legacy bt_config.xml

If a device migrates directly from L or earlier to a version using this
new implementation, all bt_config will be lost, requiring to repair to
the devices.

Bug: 27824878
Change-Id: Ifdca0d8cad8efaa9f503ca40ac0725547a06f15c
/system/bt/btif/src/btif_config_transcode.cpp
37f7f8380f91221f5f49248ee09be927434b0875 10-Feb-2016 Ajay Panicker <apanicke@google.com> Remove code related to legacy config file

Change-Id: Ia82d9bbffcc5df1ec4cddff28d812ca221505ab9
/system/bt/btif/src/btif_config_transcode.cpp
7ffe8bed3de7c3946f910bb659ac2b4804e8a222 21-Jul-2015 Andre Eisenbach <eisenbach@google.com> am d9dec75f: am 280368c7: Fix potential crash when transcoding legacy config files

* commit 'd9dec75f63af551a0724aeaedab72b588ffc1c0e':
Fix potential crash when transcoding legacy config files
280368c7aa3b3e1dc5236a824f1f6c765967e253 21-Jul-2015 Andre Eisenbach <eisenbach@google.com> Fix potential crash when transcoding legacy config files

Bug: 22634292
Change-Id: I64745671f3b69fc7e6913213aeec55267e9bc49b
/system/bt/btif/src/btif_config_transcode.cpp
db554581079863974af8e1289646f5deea6fc044 26-Jun-2015 Marie Janssen <jamuraa@google.com> build: Update osi log functions, use consistently

Update the LOG_* functions to take a tag argument which makes them more
consistent with the Android Log.*(TAG, s) common syntax and removes
some #define-dependency with osi/include/log.h.

Also update to never use Android log functions directly.

Also contains minor cleanup of some header includes.

Bug: 21569831
Change-Id: If07385cafbea062232ecdbc7c673f908d5ef8921
/system/bt/btif/src/btif_config_transcode.cpp
44802768c447ab480d4227b3a852a97d923b816d 24-Dec-2014 Sharvil Nanavati <sharvil@google.com> Add platform-independent logging macros to OSI.

These macros should replace ALOG* and the various trace macros
used throughout bluedroid. This change eliminates all uses of the
ALOG* macros in favor of the new ones.
/system/bt/btif/src/btif_config_transcode.cpp
63721d5265985c5041774a6d71858ba82fdf772c 16-Sep-2014 Sharvil Nanavati <sharvil@google.com> Add a check for a NULL root element from tinyxml2's XMLDocument.

This shouldn't really be necessary since a parsed document
should have at least a root element. In practice, however, tinyxml2
sometimes returns success on LoadFile() and NULL on RootElement().

Bug: 17504829
/system/bt/btif/src/btif_config_transcode.cpp
b95c4ef4ac9e86953050a7ae6b3b4260df935713 16-Aug-2014 Sharvil Nanavati <sharvil@google.com> Switch over from an XML based file format to .INI-style conf files

This change moves us to using a single file format for all configuration
throughout bluedroid. I've provided a transcoder that converts the
previous config file to the new format so settings will be preserved.

In a future revision of bluedroid, we should remove the transcoder and
drop our dependency on tinyxml2.
/system/bt/btif/src/btif_config_transcode.cpp