- Feb 06, 2024
-
-
Henri Chataing authored
- The fmtlib logger is implemented in <bluetooth/log.h>. The header defines the following templated logs function: template<typename T...> log::fatal(fmt::format_string<T...> fmt, T...args); log::error(..); log::warn(..); log::info(..); log::debug(..); log::verbose(..); - Front-end, logs are printed out by invoking these macros with the macro LOG_TAG defined _before_ the inclusion of #include <bluetooth/log.h> - Back-end, a single method must be implemented for all supported platforms (android, floss, host): namespace log_internal { void vlog(Level level, char const *tag, char const *file_name, int line, fmt::string_view fmt, fmt::format_args vargs); } - Default implementations are provided: + vlog_android: outputs to <log/log.h> __android_log_write_log_message + vlog_syslog: outputs to <syslog.h> syslog Bug: 305066880 Test: m libbluetooth_log Test: atest libbluetooth_log_test Flag: EXEMPT, logging utils Change-Id: Ic8a80f113b25d874c372d7dce8252d5428842ee8
-
- Feb 02, 2024
-
-
Chris Manton authored
Bug: 323414403 Test: m . Flag: EXEMPT, Preprocessor change Change-Id: I38aa2844df77146ceb1052b4ce2ff4b675c70912
-
Myles Watson authored
-
Pomai Ahlo authored
* changes: LOG_VERBOSE in bta_jv_api.cc Logs in btif_sock_rfc RFCOMM: convert VLOG to GD style
-
Myles Watson authored
-
William Escande authored
* changes: SystemServer: Always set current user context Notification helper is no longer airplane exclusif SystemServer: re-apply format on managerService SystemServer: AutoOn: Add flag
-
Chris Manton authored
Bug: 323423207 Test: m . Flag: EXEMPT, Remove unused definitions Change-Id: I97bae6a029ff5773ce1f095759c757c5348e10cb
-
Chris Manton authored
Bug: 323423207 Test: m . Flag: EXEMPT, Remove unused definitions Change-Id: Ib48fc7c81f96839f9ba8a6255c87a9c5c0f7f3d7
-
Chris Manton authored
Bug: 323423207 Test: m . Flag: EXEMPT, Remove unused definitions Change-Id: I830f6f91c1edf33f78a3d30be28ca457e27509e1
-
Hui Peng authored
-
Hui Peng authored
Memeory (of the alarms) leak is introduced in aosp/2853676 Bug: 323259735 Test: m com.android.btservices FLAG: EXEMPT, simple fix to a regression caused by unflagged change Change-Id: Iaba3bf2f9482caa9c1960b4707a772a8a5e5c628
-
Michal Belusiak authored
-
Łukasz Rymanowski authored
-
Hyundo Moon authored
-
William Escande authored
user context was soak within airplane flag, but we need to use it for other flag before removing the airplane flag. Bug: 323060869 Bug: 316946334 Test: m Bluetooth Change-Id: I235d4acf4dcfb39f915135d5c6248031a209c894
-
William Escande authored
Bug: 323060869 Bug: 316946334 Test: m Bluetooth Test: atest CtsBluetoothTestCases Change-Id: I0f3aa0c2bb3b4adcc6f34f7029e54565261cfc44
-
Treehugger Robot authored
-
Himanshu Rawat authored
-
Hyundo Moon authored
Bug: 323093937 Bug: 323096132 Test: atest BluetoothOppReceiverTest BluetoothOppTransferHistoryTest Test: Manual, after receiving and sending a file via bluetooth, swipe out the 'Received files' notification. Then 'Sent files' notification should not disappear (vice versa). Change-Id: I73896b081efc7c20c8d1d677f58f25fb7f34550c
-
William Escande authored
Bug: 323060869 Bug: 316946334 Test: m Bluetooth | format change is no-op Change-Id: I72379c9ab56681d63c13eaa589724a6002ce418c
-
Hyundo Moon authored
Bug: 323096132 Bug: 323095548 Test: m -j; Change-Id: I6092c447e1b5d664c479d4ffc490c6cf8a041d81
-
Chris Manton authored
Bug: 323407492 Test: m . Flag: EXEMPT, Code removal Change-Id: Ice9e2ea6ab15733782f60de15a7dbf4973558147
-
- Feb 01, 2024
-
-
Himanshu Rawat authored
Change-Id: I282571549aeb6d4e01a10bde595ac57f6e6ad7e1 Test: atest RemoteDevicesTest Flag: EXEMPT null check Bug: 301023254
-
Pomai Ahlo authored
Replace VLOG with LOG_VERBOSE and add relevant parameters to make the logs more helpful Bug: 295023364 Test: m Bluetooth Flag: EXEMPT changes only affect logs Change-Id: I676eb0542d753ca2abd882f1e58fcc1e5e09d3ca
-
Pomai Ahlo authored
Add and adjust logs along the connect, accept, and close paths for better debugging Bug: 295023364 Test: m Bluetooth Flag: EXEMPT Changes to logs only Change-Id: Ib955ed7feac1eded0ad57220727ae4a5c2b77f87
-
William Escande authored
Bug: 323060869 Bug: 316946334 Bug: 315241296 Test: m Bluetooth Change-Id: I07a72381b0acfb9ddc2f08724addde8b50d776d5
-
Myles Watson authored
Bug: 322230000 Test: mma -j32 Flag: EXEMPT, no logical change Change-Id: I6e662bd17e2e46779e9fbbbffaa65390bacec3e2
-
Michal Belusiak authored
Bug: 323156655 Bug: 315241296 Test: mmm packages/modules/Bluetooth Tag: #feature Change-Id: Ifeba7a7ce4eb4a4cc1ce981be59097fd120a2de0
-
Łukasz Rymanowski authored
Bug: 323339440 Bug: 315241296 Test: mmm packages/modules/Bluetooth Tag: #feature Change-Id: I3d7c3507441de69e5dabd3ec078673e72001c8e9
-
Zhengping Jiang authored
-
Łukasz Rymanowski authored
Bug: 323288608 Bug: 315241296 Test: mmm packages/modules/Bluetooth Tag: #feature Change-Id: I17f8e9602e9a34bfd0f19b9738ba73e4ff8491fb
-
Rongxuan Liu authored
-
Treehugger Robot authored
-
Zhengping Jiang authored
Allow NRPA for non-connectable advertisement when the address policy is using public or static address. Bug: 286138970 Bug: 319511126 Test: mma -j32 Test: nearby share Flag: nrpa_non_connectable_adv Change-Id: Ibd653a092b3ab7d904dd1bae0645f4eb50a1f2c7
-
Charlie Boutier authored
-
Charlie Boutier authored
Bug: 321974103 Test: atest pts-bot Flag: TEST_ONLY Change-Id: I003195bd47f9f142a2980d1fe2427530f4485494
-
Łukasz Rymanowski authored
Bug: 323287937 Bug: 315241296 Test: mmm packages/modules/Bluetooth Tag: #feature Change-Id: Id8e3e6f9cdd7a6cbbc80af46e2c9df307bf0b52a
-
Treehugger Robot authored
-
Kyunglyul Hyun authored
-
Paul Wang authored
-