Skip to content

RDKEMW-16730 : Evaluation on finding invalid markers in entservices repos#245

Open
srinibas15 wants to merge 3 commits intodevelopfrom
feature/RDKEMW-16730
Open

RDKEMW-16730 : Evaluation on finding invalid markers in entservices repos#245
srinibas15 wants to merge 3 commits intodevelopfrom
feature/RDKEMW-16730

Conversation

@srinibas15
Copy link
Copy Markdown

Reason For Change: Replacing with the required events for Invalid markers
Test procedure : Compile and Verify
version: patch
Priority: P2

Copilot AI review requested due to automatic review settings May 4, 2026 11:09
@srinibas15 srinibas15 requested a review from a team as a code owner May 4, 2026 11:09
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 updates a small set of telemetry marker names in the device settings RPC services so the emitted events use the required *_split identifiers instead of the previous invalid markers.

Changes:

  • Renamed the persistent HDMI 4K resolution telemetry event in dsVideoPort.
  • Renamed the HDMI Rx Sense OFF telemetry event in dsDisplay.
  • Renamed two passthrough-related audio telemetry events in dsAudio.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
rpc/srv/dsVideoPort.c Updates the HDMI resolution telemetry marker emitted during video port manager initialization.
rpc/srv/dsDisplay.c Updates the telemetry marker sent when Rx Sense changes to OFF.
rpc/srv/dsAudio.c Updates telemetry markers for ARC passthrough initialization and persisted passthrough mode changes.

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

Copilot AI review requested due to automatic review settings May 8, 2026 11:41
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

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

Comment thread rpc/srv/dsVideoPort.c
Comment on lines 194 to 195
char telemetryValue[128] = {0};
snprintf(telemetryValue, sizeof(telemetryValue), "The Persistent HDMI resolution read is %s", _dsHDMIResolution.c_str());
Comment thread rpc/srv/dsAudio.c
Comment on lines 2087 to 2088
char telemetryValue[128] = {0};
snprintf(telemetryValue, sizeof(telemetryValue), "dsSetStereoMode The HDMI ARC Port Audio Settings Mode is %d", _srv_HDMI_ARC_Audiomode);
Comment thread rpc/srv/dsAudio.c
Comment on lines 2752 to +2755
char telemetryValue[128] = {0};
snprintf(telemetryValue, sizeof(telemetryValue), "The HDMI Audio Mode Setting From Persistent is %d", param->toPersist);
TELEMETRY_EVENT_STRING("SYS_INFO_Userpassthruenable", telemetryValue);
// TELEMETRY_EVENT_STRING("SYS_INFO_Userpassthruenable_split", telemetryValue);
TELEMETRY_EVENT_INT("SYS_INFO_Userpassthruenable", 1);
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