How to clean up ota stats?

94-[00:00:04.918]-[Ota]-[prvRunOTA:1334]-[I]-[ESYS_OTA]- Received: 0 Queued: 0 Processed: 0 Dropped: 0 Free Buffers: 2, OTA State: 2

I’ve been trying to perform a OTA to secondary processor. I have user abort of OTA and want to clean up the ota statistics. I can see OTA agent returns to ready state. But how do I clear up these stats?

Looking at the code, if you stop and start the OTA agent, then stats are reset - vhttps://github.com/aws/ota-for-aws-iot-embedded-sdk/blob/main/source/ota.c#L3351