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
To enter this code block requires the BlockSize != 0. The only way for the BlockSize != 0 is if the State->CurrentState is ...HDR, ...METADATA, ... ENTRIES. Each of those "STATE" is less than "CFE_ES_PerfDumpState_CLEANUP". Not possible to make the non-success case for the if statement.
Is your feature request related to a problem? Please describe.
There's no way for the current state to not be < CFE_ES_PerfDumpState_CLEANUP:
here:
cFE/modules/es/fsw/src/cfe_es_perf.c
Lines 480 to 484 in e5d4ed9
Describe the solution you'd like
Maybe this is an artifact of a previous implementation? Really could just set the pending state to cleanup.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: