History log of /system/bt/btif/src/btif_config_transcode.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified 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
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