Checklist
How often does this bug occurs?
always
Expected behavior
Test with ESP-IDF v5.4 branch.
Set CONFIG_LOG_DEFAULT_LEVEL_NONE=y , but I still observed the below messages:
cam_hal: FB-SIZE: 832000 != 960000
cam_hal: FB-SIZE: 832000 != 960000
cam_hal: FB-SIZE: 848000 != 960000
cam_hal: FB-SIZE: 848000 != 960000
..
This seems wrong.
Actual behavior (suspected bug)
It should not print anything if CONFIG_LOG_DEFAULT_LEVEL_NONE=y.
Error logs or terminal output
cam_hal: FB-SIZE: 832000 != 960000
cam_hal: FB-SIZE: 848000 != 960000
cam_hal: FB-SIZE: 848000 != 960000
Steps to reproduce the behavior
Just normal build.
Project release version
v2.1.2
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
Ubuntu 24.04
Shell
Bash
Additional context
This issue seems to be introduced by c1c0da4