Re: [PATCH 07/14] log: Avoid including function names by default

2024-07-20 Thread Sean Anderson
On 7/20/24 02:16, Simon Glass wrote: Unless function names are requested, the logging system should not compile these into the code. Adjust the macros to handle this. Enable CONFIG_LOGF_FUNC logging for sandbox since the tests expect the function names to be included. Fix up the pinmux test whic

[PATCH 07/14] log: Avoid including function names by default

2024-07-19 Thread Simon Glass
Unless function names are requested, the logging system should not compile these into the code. Adjust the macros to handle this. Enable CONFIG_LOGF_FUNC logging for sandbox since the tests expect the function names to be included. Fix up the pinmux test which checks a logging statement. Signed-o