You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.
Describe the bug
Copy of nasa/DS#85
FM and DS are the only apps to (attempt to) utilize CFE_EVS_SendEvent even though the call to CFE_EVS_Register failed.
Better update to CFE_ES_WriteToSysLog so failure can be recorded somewhere. This brings FM (and DS) in line with the other cFS apps.
Checklist
Describe the bug
Copy of nasa/DS#85
FM and DS are the only apps to (attempt to) utilize
CFE_EVS_SendEvent
even though the call toCFE_EVS_Register
failed.Better update to
CFE_ES_WriteToSysLog
so failure can be recorded somewhere. This brings FM (and DS) in line with the other cFS apps.Code snips
FM/fsw/src/fm_app.c
Lines 175 to 182 in 2be3511
Expected behavior
CFE_ES_WriteToSysLog
on failure.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: