Skip to content

dls: Improve buffer address logging for debugging#57

Open
quic-aditrath wants to merge 1 commit intoAudioReach:masterfrom
quic-aditrath:dls_logging_update
Open

dls: Improve buffer address logging for debugging#57
quic-aditrath wants to merge 1 commit intoAudioReach:masterfrom
quic-aditrath:dls_logging_update

Conversation

@quic-aditrath
Copy link
Contributor

Replace buffer pool start address with current buffer pointer address in DLS logging messages to provide more meaningful debugging information.

The previous implementation logged the buffer pool's start address, which remained constant and provided limited diagnostic value. Update the log messages to display the actual buffer pointer addresses being used, making it easier to track individual buffer allocations and returns during debugging.

Replace buffer pool start address with current buffer pointer address
in DLS logging messages to provide more meaningful debugging
information.

The previous implementation logged the buffer pool's start address,
which remained constant and provided limited diagnostic value. Update
the log messages to display the actual buffer pointer addresses being
used, making it easier to track individual buffer allocations and
returns during debugging.

Signed-off-by: Aditya Rathi <aditrath@qti.qualcomm.com>
@quic-aditrath quic-aditrath requested review from a team February 5, 2026 03:47
@essi-kode
Copy link

Would it be more useful to have both addresses?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants