On Fri, 27 Nov 2020 at 03:21, Patrick Delaunay <patrick.delau...@st.com> wrote: > > Add a check of the _log function with LOGL_FORCE_DEBUG flags, > used to force the trace display. > > The trace should be displayed for all the level when flags > have LOGL_FORCE_DEBUG bit is set, for any filter. > > Signed-off-by: Patrick Delaunay <patrick.delau...@st.com> > --- > > Changes in v2: > - Add test for LOGL_FORCE_DEBUG (NEW) > > test/log/log_test.c | 29 ++++++++++++++++++++--------- > 1 file changed, 20 insertions(+), 9 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>