Skip to content

Fix buffered log output behaviour

Darryl Green requested to merge github/fork/leandro-arm/master into master

Created by: leandro-arm

This PR contains two patches to fix buffered logging issues. The first patch resolves incomplete logging when SCP_ENABLE_SUB_SYSTEM_MODE is enabled, while the second patch prevents the system from being suspended when there are elements in the output log buffer ready to be printed.

Merge request reports