zephyrproject-rtos/zephyr
LE Audio: Change BSIM test to use LOG instead of printk
已关闭
#71,302 创建于 2024年4月10日
EnhancementGood first issuearea: Bluetootharea: Bluetooth Audio
仓库指标
- 星标
- (15,249 个星标)
- PR 合并指标
- (平均合并 4天 21小时) (30 天内合并 1,000 个 PR)
描述
Is your enhancement proposal related to a problem? Please describe.
Currently the LE Audio BSIM are using printk for logging purposes, where the logging system is more suitable.
Describe the solution you'd like
Modify all occurrences of printk to an appropriate log level. We do not need to log everything in all cases.
Describe alternatives you've considered N/A
Additional context N/A