Samsung / TizenRT

TizenRT is a lightweight RTOS-based platform to support low-end IoT devices
Apache License 2.0
566 stars 571 forks source link

os/arch/arm/src/armv7-a/arm_assert.c: Add \n in security_level lldbg #6212

Closed jylee9613 closed 3 months ago

jylee9613 commented 4 months ago

When assert occurs, the assert log is printed continuously with the previous log. (It occurs only in AIDual)

E[MEDIA][audio_manager.c]::get_device_process_handler_mesecurity level: 0
===========================================================
Assertion details
===========================================================

This commit adds \n in front of security_level log to distinguish between normal log and assert log.

sunghan-chang commented 3 months ago

@jylee9613 Could you check up/arm_xxxfault functions as well?

jylee9613 commented 3 months ago

@jylee9613 Could you check up/arm_xxxfault functions as well?

Updated. arm7-a & arm7-r already have \n, so I only updated arm8-m and arm7-m