commit | cb9f8b1019f1562ecf023d30e0bc570a5b84bc23 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Apr 02 13:08:27 2024 -0700 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Fri Jun 21 09:59:36 2024 +0200 |
tree | 37810a8d8c30d8042cacb44942a24904dd81d363 | |
parent | e1c51f9a7228da4bfd8ad53acf89fb8c736dc705 [diff] |
xtensa: separate FATAL EXCEPTION printout into two It is observed that during logging in fatal exception, it prints "FATAL EXCEPTION(null)". Exact reason is unknown as debugging through GDB would make it all work again. So separating it into two log statements to avoid this situation. Signed-off-by: Daniel Leung <daniel.leung@intel.com>