commit | 529e46f941f49675338d9c4fc19367c2f5d62c9f | [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 | f686e4d92e6b919530ab3678aa8b7cc91a6ef9f9 [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>