Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth: ISO: Tone down some dbg logs #75430

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

Thalley
Copy link
Collaborator

@Thalley Thalley commented Jul 4, 2024

Several log statements were using the regualar LOG_DBG, but when ISO is actually used, those were called every TX which at 10ms SDU intervals would fill up the log really fast and not provided much value outside of some specific debugging.

Modified those logs to use BT_ISO_DATA_DBG which is another log level for ISO data.

Several log statements were using the regualar LOG_DBG,
but when ISO is actually used, those were called every TX
which at 10ms SDU intervals would fill up the log really fast
and not provided much value outside of some specific debugging.

Modified those logs to use BT_ISO_DATA_DBG which is another
log level for ISO data.

Signed-off-by: Emil Gydesen <[email protected]>
@Thalley Thalley marked this pull request as ready for review July 4, 2024 09:43
@Thalley Thalley added this to the v3.7.0 milestone Jul 4, 2024
@Thalley Thalley added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Jul 4, 2024
Copy link
Collaborator

@jori-nordic jori-nordic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I only ever used this on bsim with zero cpu time.

@Thalley
Copy link
Collaborator Author

Thalley commented Jul 4, 2024

Yeah I only ever used this on bsim with zero cpu time.

Noticed this during a BAP BSIM test and it's a non-issue there with in terms of CPU, but the 20.000 or so log lines didn't help debugging the failing test :D

@aescolar aescolar merged commit 19fe067 into zephyrproject-rtos:main Jul 5, 2024
33 checks passed
@Thalley Thalley deleted the iso_dbg_fix branch July 5, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Host area: Bluetooth Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants