Skip to content

XIONE-18284: Need to add monarch process name for core upload#441

Merged
shibu-kv merged 1 commit intodevelopfrom
feature/XIONE-18284
Feb 3, 2026
Merged

XIONE-18284: Need to add monarch process name for core upload#441
shibu-kv merged 1 commit intodevelopfrom
feature/XIONE-18284

Conversation

@nhanasi
Copy link
Contributor

@nhanasi nhanasi commented Feb 3, 2026

whiltelist monarch process for coredump

@nhanasi nhanasi requested a review from a team as a code owner February 3, 2026 15:05
Copilot AI review requested due to automatic review settings February 3, 2026 15:05
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

Updates the core upload allowlist to include an additional process so its core dumps are captured/uploaded.

Changes:

  • Adds homescreen_egl to the set of process names that trigger dumpFile and core upload handling.

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

[ "$1" = "NWMgrPlugin" ] || [ "$1" = "nm_event_thrd" ] ||
[ "$1" = "Monitor::IResou" ] || [ "$1" = "DRMSYSTEM" ] || [ "$1" = "HTTPREQUEST_MAN" ] ||
[ "$1" = "civetweb-worker" ] || [ "$1" = "nfrtool" ]; then
[ "$1" = "civetweb-worker" ] || [ "$1" = "nfrtool" ] || [ "$1" = "homescreen_egl" ]; then
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

PR title mentions adding the "monarch" process name, but the change adds "homescreen_egl". Please confirm the actual process name that should be allowlisted for core upload (and update this condition accordingly) to avoid silently not enabling uploads for the intended process.

Copilot uses AI. Check for mistakes.
Comment on lines +337 to 339
[ "$1" = "civetweb-worker" ] || [ "$1" = "nfrtool" ] || [ "$1" = "homescreen_egl" ]; then
dumpFile
exit 0
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

This allowlist is split between a long chain of OR conditions and the APP_NAMES array below (e.g., "civetweb-worker" is present in both). Adding more entries here increases duplication and the risk of the lists drifting; consider consolidating these process names into a single list/array (or a case pattern) and checking membership in one place.

Copilot uses AI. Check for mistakes.
@shibu-kv shibu-kv merged commit 84339f4 into develop Feb 3, 2026
12 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 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.

4 participants