commit | 6278ec1919fff83a4f0adde1e5d987852b154ebf | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Nov 27 11:20:51 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 15 14:36:10 2021 -0500 |
tree | 8ee5dbbfa12a7881ae17ae1ae8f901eec567993f | |
parent | b0db69b4e1e1bf1109bd9d4a5185cbd4058f4a8b [diff] |
test: add LOGL_FORCE_DEBUG flags support in log tests 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.delaunay@st.com> Reviewed-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>