commit | 222e82a6190ea92e5cea87cf652eeda024a189c7 | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Mon Apr 05 10:09:18 2021 -0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Apr 09 14:50:54 2021 -0400 |
tree | debb57cde1fd8996e82b5f9e0bdfed7da4032487 | |
parent | 13b9f8aa523880870d40d5c81e1d367ab738472e [diff] |
log: fix log crash due to missing strdup ESP32 requires some content as fatal.c rodata to be placed into RAM to allow cache disabled exceptions. The consequence is that it will trigger missing log_strdup call when normal exception is called. Disabling that by default fix the error and stops terminal output flooding warning event. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>