Skip to content

ar_osal: use filename-only source reporting in logs - #107

Open
samiyada wants to merge 1 commit into
AudioReach:masterfrom
samiyada:args_logs
Open

samiyada wants to merge 1 commit into
AudioReach:masterfrom
samiyada:args_logs

Conversation

@samiyada

@samiyada samiyada commented Sep 2, 2026

Copy link
Copy Markdown

Current log messages include full source file paths because AR_LOG_* macros forward FILE to ar_log().
Add AR_LOG_FILE_NAME and use it across all AR_LOG_* macros to report only the base filename, resulting in cleaner and more readable logs.

CRs-Fixed: 4665764

@samiyada
samiyada requested review from a team September 2, 2026 06:06
@samiyada
samiyada force-pushed the args_logs branch 3 times, most recently from a287f7c to 6bbd629 Compare September 3, 2026 03:18
Current log messages include full source file paths because
AR_LOG_* macros forward __FILE__ to ar_log().
Add AR_LOG_FILE_NAME and use it across all AR_LOG_* macros to
report only the base filename, resulting in cleaner and more
readable logs.

Signed-off-by: Samir Yadav <samiyada@qti.qualcomm.com>
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.

3 participants