Skip to content

RDKEMW-17987: APP_ERROR_FGCrash marker string changed from RDKE 8.3 build#60

Closed
nhanasi wants to merge 1 commit intodevelopfrom
feature/markerfix
Closed

RDKEMW-17987: APP_ERROR_FGCrash marker string changed from RDKE 8.3 build#60
nhanasi wants to merge 1 commit intodevelopfrom
feature/markerfix

Conversation

@nhanasi
Copy link
Copy Markdown
Contributor

@nhanasi nhanasi commented May 1, 2026

No description provided.

@nhanasi nhanasi requested a review from a team as a code owner May 1, 2026 17:47
Copilot AI review requested due to automatic review settings May 1, 2026 17:47
Copy link
Copy Markdown

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

Updates crash telemetry reporting in uploadDumps.sh by changing the marker(s) emitted for container crash information, aligning marker strings/payloads with the desired format.

Changes:

  • Replace the combined APP_ERROR_CrashInfo_accum payload (containerName, containerStatus) with separate telemetry events for container name and container status.
  • Adjust logging to emit container name and status as separate log messages.

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

Comment thread uploadDumps.sh
logMessage "ContainerName, ContainerStatus = $containerName, $containerStatus"
t2ValNotify "APP_ERROR_CrashInfo_accum" "$containerName, $containerStatus"

logMessage "ContainerName = $containerName"
Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

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

Line indentation uses a tab while the surrounding block uses spaces, which makes the formatting inconsistent and can cause noisy diffs. Please align this line’s indentation with the rest of the function.

Suggested change
logMessage "ContainerName = $containerName"
logMessage "ContainerName = $containerName"

Copilot uses AI. Check for mistakes.
Comment thread uploadDumps.sh
Comment on lines +722 to +725
logMessage "ContainerName = $containerName"
t2ValNotify "APP_ERROR_CrashInfo" "$containerName"
logMessage "ContainerStatus = $containerStatus"
t2ValNotify "APP_ERROR_CrashInfo_status" "$containerStatus"
Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

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

PR title references changing the APP_ERROR_FGCrash marker string, but this script change modifies APP_ERROR_CrashInfo* markers (and there is no APP_ERROR_FGCrash usage anywhere in the repo). Please confirm the intended marker name(s) and update either the marker strings here or the PR title/metadata so they match the actual change being made.

Copilot uses AI. Check for mistakes.
@nhanasi nhanasi closed this May 1, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators May 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants