You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apart from the title content:
While using 'filtration' and 'filtering' interchangeably is not a real
error, consistent use of one or the other seems better.
Changed to 'filtering'.
Signed-off-by: Alexander Boehm <[email protected]>
Copy file name to clipboardExpand all lines: developer_guides/debugability/logger/index.rst
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,18 +204,21 @@ Instance descriptions can have one of the following forms:
204
204
- ``X.*`` - each component on selected pipeline *X*
205
205
- ``X.Y`` - component on pipeline *X* with id *Y*
206
206
207
-
Trace level changes works in the same order as options given in a command line, and a new set overwrites old values. It allows you to easily enable verbose logs only for selected components and keep the lowest possible log level (critical) for others, as shown in the following example:
207
+
Trace level changes work in the same order as options given in a command line, and a new set overwrites old values.
208
+
It allows you to easily enable verbose logs only for selected components and keep the lowest possible log level (critical) for
A similar example may be prepared for components on a particular pipeline:
212
214
213
-
sof-loggerr -l ldc_file -t -Fc=* -Fv=*1.*
215
+
sof-logger -l ldc_file -t -Fc=* -Fv=*1.*
214
216
215
217
.. note::
216
218
To track a verbose message, select the "Trace verbose" option under the "Trace" menu from the firmware build.
217
219
218
-
Active trace filters are stored in the firmware runtime memory, so after a firmware restart (such as after power gating in sleep mode) filters settings will be reset.
220
+
Active trace filters are stored in the firmware runtime memory, so after a firmware restart (such as after power gating
221
+
in sleep mode) filters settings will be reset.
219
222
220
223
Consider disabling power gating during your debug session by entering the following:
221
224
@@ -231,7 +234,7 @@ Consider disabling power gating during your debug session by entering the follow
0 commit comments