Re: [PATCH v2 1/9] test: add LOGL_FORCE_DEBUG flags support in log tests

2021-01-16 Thread Tom Rini
On Fri, Nov 27, 2020 at 11:20:51AM +0100, Patrick Delaunay 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-b

Re: [PATCH v2 1/9] test: add LOGL_FORCE_DEBUG flags support in log tests

2020-11-30 Thread Simon Glass
On Fri, 27 Nov 2020 at 03:21, Patrick Delaunay 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 D

Re: [PATCH v2 1/9] test: add LOGL_FORCE_DEBUG flags support in log tests

2020-11-27 Thread Sean Anderson
On 11/27/20 5:20 AM, Patrick Delaunay 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 --- Changes

[PATCH v2 1/9] test: add LOGL_FORCE_DEBUG flags support in log tests

2020-11-27 Thread Patrick Delaunay
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 --- Changes in v2: - Add test for LOGL_FORCE_DEBUG (NEW)