History log of /system/bt/osi/include/log.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
029a43b78ecb2ad1d400ba8c708e18f2f56f0db4 20-Oct-2016 Jakub Pawlowski <jpawlowski@google.com> Various small fixes for Linux build

* add "-latomic" which was missing since we moved to clang
* empty LOG_EVENT_INT stub added for Linux
* add link libraries to fix stack_unittest
* add missing headers

Test: build with ninja
Change-Id: I1fe0b0b615db1da5ad083c162cb207b08979ce15
/system/bt/osi/include/log.h
b55040cc6448a8847490da807d2b6362aa8cb8d9 19-Oct-2016 Myles Watson <mylesgw@google.com> osi: Apply clang-format

cd osi/
clang-format -i --style=file include/*.h include/socket_utils/* src/*.cc \
src/socket_utils/* src/protos/* test/*

Test: mma -j32
Change-Id: I659e586076f1e2ec8f687cd33f441700b8d1f823
/system/bt/osi/include/log.h
6aee1e82aa0bf44d7e382f1b01448fe31c490763 17-Oct-2016 Mark Salyzyn <salyzyn@google.com> Add various missing includes

Test: Build errors
Bug: 30465923
Change-Id: Ib902d9d11d1f346d4dab0678d7f409f11a35c1b2
/system/bt/osi/include/log.h
5201f951028ece23a1cad38a87f3492d0d1a076e 29-Sep-2016 Mark Salyzyn <salyzyn@google.com> bt: replace cutils/log.h with android/log.h

Test: compile
Bug: 26552300
Bug: 31289077
Change-Id: I8fb392150441ca5b6bc43dc43a10a3009e22202b
/system/bt/osi/include/log.h
92f0ed330a0ae2e52f5a0538041cc54762781ad0 11-Apr-2016 Jakub Pawlowski <jpawlowski@google.com> Trigger a compilation error when LOG_TAG is not provided

When compiling for OS_GENERIC, lack of LOG_TAG causes a compilation error.
Most developement happens on Android, which compiles this without an
error. This patch triggers a compilation failure on Android when LOG_TAG is not
provided.

Bug: 28118588
Change-Id: I316aa01952fb88d77bbabb197c77e4287a3fc39b
/system/bt/osi/include/log.h
324635b9309e4f0dbc09bce4d2f8284be75691c2 23-Feb-2016 Jakub Pawlowski <jpawlowski@google.com> Revert "linux: Make logwrapper show log tag on Linux"

This reverts commit e4ae5c7522e6a77e1e0492afa3deed9fdc1569e8.

Change-Id: I8e0c890ee0960f986133939944c2c1362ac4f57c
/system/bt/osi/include/log.h
e4ae5c7522e6a77e1e0492afa3deed9fdc1569e8 22-Feb-2016 Jakub Pawlowski <jpawlowski@google.com> linux: Make logwrapper show log tag on Linux

Change-Id: I2219395f504952ae1d1371a439e58fef22b71184
/system/bt/osi/include/log.h
30b30d3542e9a85ac0af6fc1365b6adeb53f67a3 13-Aug-2015 Ian Coolidge <icoolidge@google.com> Restore LOG_NDEBUG condition on verbose logging.

Change-Id: I86c5e03954c5f0a2dad88db5d6fbda3ec9e11e96
/system/bt/osi/include/log.h
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/osi/include/log.h
ecb1b43c54458de894a570349f371eb4fb2c8b8c 03-Jun-2015 Arman Uguray <armansito@google.com> osi: Introduce ptr <-> integer conversion macros

This CL introduces macros for safe pointer to integer conversion (and vice
versa). Also fixed a small style issue in log.h

Bug: 21570302
Change-Id: If76bf5e35970f9b33f9bef53fbd03a7effae08dc
/system/bt/osi/include/log.h
bb6836b8e3145522c119e9478d5c7e7df75c3890 21-May-2015 Arman Uguray <armansito@google.com> build: Build net_test_osi using GN + ninja

This CL adds support to build the net_test_osi target using GN + ninja.
The BUILD.gn file now pulls in gtest as a dependency. Missing libc
includes have been added to sources that prevented compilation on
Goobuntu (14.04).

The osi/include/log.h header has been modified to conditionally call the
Android log utilities vs plain-old printf on non-Android builds.

BUG=21339022

Change-Id: If3c356360c56c63b3bf551b41dc8d3269d8e7e09
/system/bt/osi/include/log.h
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/osi/include/log.h