File tree 2 files changed +4
-0
lines changed
scripts/py_matter_yamltests/matter_yamltests/pseudo_clusters/clusters
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ def _get_start_options(request):
77
77
elif name == 'crashLogPath' :
78
78
options .append ('--crash_log' )
79
79
options .append (str (value ))
80
+ elif name == 'traceDecode' :
81
+ options .append ('--trace_decode' )
82
+ options .append (str (value ))
80
83
elif name == 'registerKey' :
81
84
pass
82
85
else :
Original file line number Diff line number Diff line change 33
33
<arg name="endUserSupportLogPath" type="char_string" optional="true"/>
34
34
<arg name="networkDiagnosticsLogPath" type="char_string" optional="true"/>
35
35
<arg name="crashLogPath" type="char_string" optional="true"/>
36
+ <arg name="traceDecode" type="int8u" optional="true"/>
36
37
</command>
37
38
38
39
<command source="client" code="1" name="Stop">
You can’t perform that action at this time.
0 commit comments