Browse Source

doc: services: logging: Remove reference for nonexistent test

The `tests/subsys/logging/log_stack` test no longer exists.

Remove a reference to the test from the document.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
pull/82382/merge
TOKITA Hiroshi 3 months ago committed by Benjamin Cabé
parent
commit
352f5d7717
  1. 3
      doc/services/logging/index.rst

3
doc/services/logging/index.rst

@ -836,9 +836,6 @@ When :kconfig:option:`CONFIG_LOG_MODE_IMMEDIATE` is used then log message is pro @@ -836,9 +836,6 @@ When :kconfig:option:`CONFIG_LOG_MODE_IMMEDIATE` is used then log message is pro
which includes string formatting. In case of that mode, stack usage will depend on which backends
are used.
:zephyr_file:`tests/subsys/logging/log_stack` test is used to characterize stack usage depending
on mode, optimization and platform used. Test is using only the default backend.
Some of the platforms characterization for log message with two ``integer`` arguments listed below:
+---------------+----------+----------------------------+-----------+-----------------------------+

Loading…
Cancel
Save