zephyrproject-rtos/zephyr
LE Audio: Change BSIM test to use LOG instead of printk
クローズ
#71,302 opened on 2024/04/10
EnhancementGood first issuearea: Bluetootharea: Bluetooth Audio
Repository metrics
- Stars
- (15,249 個のスター)
- PR merge metrics
- (平均マージ 4d 21h) (30d で 1,000 merged PRs)
説明
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