Skip to content

Update SocInterface.cpp#1132

Open
ALSAMEEMA wants to merge 4 commits intodev_sprint_25_2from
feature/RDKEMW-14776
Open

Update SocInterface.cpp#1132
ALSAMEEMA wants to merge 4 commits intodev_sprint_25_2from
feature/RDKEMW-14776

Conversation

@ALSAMEEMA
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 5, 2026 05:48
@ALSAMEEMA ALSAMEEMA requested a review from a team as a code owner March 5, 2026 05:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Copilot AI review requested due to automatic review settings March 5, 2026 07:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

Comment on lines +131 to +133
SETCONFIGVALUE(AAMP_CUSTOM_DEV_CFG_SETTING, eAAMPConfig_useRialtoSink, false);
PlayerLogManager::SetLoggerInfo(AampLogManager::disableLogRedirection, gpGlobalConfig->IsConfigSet(eAAMPConfig_useRialtoSink), AampLogManager::aampLoglevel, AampLogManager::locked);

SETCONFIGVALUE(AAMP_CUSTOM_DEV_CFG_SETTING, eAAMPConfig_useRialtoSink, false);
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

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

These two SETCONFIGVALUE(AAMP_CUSTOM_DEV_CFG_SETTING, eAAMPConfig_useRialtoSink, false) calls (a) duplicate each other and (b) force useRialtoSink off at the highest-priority config owner, overriding any value loaded from config files/env or set by the application. This likely breaks Rialto-sink enablement and logging redirection logic. Remove the duplicate, and avoid overriding the loaded config here unless there is a platform-gated reason (in which case apply it conditionally and/or at a lower priority).

Copilot uses AI. Check for mistakes.
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