Skip to content

RDKEMW-11398: Establish HdmiCecSink<--->UserSettings#403

Open
yeshwanth-nagaswamy wants to merge 1 commit into
developfrom
feature/rdkevd-test
Open

RDKEMW-11398: Establish HdmiCecSink<--->UserSettings#403
yeshwanth-nagaswamy wants to merge 1 commit into
developfrom
feature/rdkevd-test

Conversation

@yeshwanth-nagaswamy
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
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

This PR, titled “RDKEMW-11398: Establish HdmiCecSink<--->UserSettings”, currently updates the HDMI CEC L2 test helper logging around file deletion failures.

Changes:

  • Adds an additional printf line when std::remove fails in removeFile().

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

if (std::remove(fileName) != 0)
{
printf("File %s failed to remove\n", fileName);
printf("File %s failed to remove\n", fileName);
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

There are two identical printf("File %s failed to remove\n", fileName); lines here, which will duplicate the log output on failure. Remove the duplicate (or replace one with additional context if intended).

Suggested change
printf("File %s failed to remove\n", fileName);

Copilot uses AI. Check for mistakes.
Comment on lines +50 to 51
printf("File %s failed to remove\n", fileName);
printf("File %s failed to remove\n", fileName);
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

The PR title mentions establishing "HdmiCecSink<--->UserSettings", but this change only adds an extra log line in the HdmiCecSource L2 test helper. Either update the PR title/description to match the actual change, or include the intended functional changes for HdmiCecSink/UserSettings integration in this PR.

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.

3 participants