commit | 530a3092feef04bc9038f00ac088125b8514aba3 | [log] [tgz] |
---|---|---|
author | Jeppe Odgaard <jeppe.odgaard@prevas.dk> | Wed Oct 25 11:39:10 2023 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Oct 26 07:57:12 2023 -0400 |
tree | 92acdb9f598afa549212a13c15c238fa7debfd58 | |
parent | 08bd1c5ec26ce2fd1640d60dd2ca070b75de1f45 [diff] |
debug: coredump: flash backend: print error if write fails The loop in `coredump_flash_backend_buffer_output` might fail without any alerts. This could be due to e.g. a too small coredump-partion. Add a LOG_ERR if an error occurs. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>