[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <system>
        <processes>
            <sbc-configuration-process>
                <traceoptions>
                    <flag>
                        <configuration>configuration-choice</configuration>
                        <ipc>ipc-choice</ipc>
                        <device-monitor>device-monitor-choice</device-monitor>
                        <ui>ui-choice</ui>
                        <common>common-choice</common>
                        <all>all-choice</all>
                    </flag>
                </traceoptions>
            </sbc-configuration-process>
        </processes>
    </system>
</configuration>

Description

Tracing parameters.

Contents

<all>—Minimal trace level for all components.

<common>—Trace common events.

<configuration>—Trace configuration events.

<device-monitor>—Trace device monitor events.

<ipc>—Trace IPC events.

<ui>—Trace ui events.


[Contents] [Prev] [Next] [Index] [Report an Error]