commit | 1570ef2863ea7ecea5dad9cfdfeadeaeb943e361 | [log] [tgz] |
---|---|---|
author | Yong Cong Sin <ycsin@meta.com> | Sat May 25 11:50:38 2024 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jun 03 03:02:04 2024 -0700 |
tree | 128995765006f521e5ca3bdb568d229663b07cba | |
parent | d4a59a8655b448e1f683edba482bbb6968f148b9 [diff] |
debug: remove PRINTK from EXCEPTION_STACK_TRACE The `PRINTK` was required for `EXCEPTION_STACK_TRACE` because it's initial implementation for x86 in #6653 uses `printk()`. We are using `LOG_ERR()` now, so this is not required anymore. Signed-off-by: Yong Cong Sin <ycsin@meta.com>