Data Transfer Troubleshooting
If you encounter any issues in your data transfer implementation, Memfault has tools to help debug!
- A UI you can use to view the raw "Chunk" data payloads that have arrived for your project.
- Precanned Data Payloads you can
pass through your
user_transport_send_chunk_data()
implementation to test data transfer in isolation. - A GDB Script which can be installed to send chunks programmatically every time a breakpoint is hit.