Skip to content

fwk: Remove all FWK_LOG_TRACE code when LOG_LEVEL=TRACE not set

Darryl Green requested to merge github/fork/jimqui01/master into master

Created by: jimqui01

The logging framework does not remove the FWK_LOG_x code completely when LEVEL_x is not set. This can lead to embedded code or macro's being executed unnecessarily impacting performance.

Change-Id: I741b383cb74b2cf27740640769ea8f0fcd08fa2e Signed-off-by: Jim Quigley jim.quigley@arm.com

Merge request reports