Generate-config mode

Generate a configuration.xml file with the available events from a template.

Streamline searches for the template name or path in the built-in templates, then in the Templates directory, then as a file path (*.st). The target address is the IP address (optionally suffixed with ":<port>") or "adb:<serial>" of a running instance of gatord.

Syntax

streamline -generate-config [options] -template <name_or_path> <target_address>

Options

-template <name_or_path>

Additional template to apply. Streamline searches each template in the following order:

  1. In the built-in templates.

  2. In the Templates directory.

  3. As a file path (*.st).

You can apply more than one -template option. To create a chart configuration template, see Create a chart configuration template.

-include-default

Include a default set of events from the target, in addition to the events referenced in the -template arguments.

-o, -output <filename>

The file to write the configuration.xml to. The default is to send the configuration.xml to the target.

Returns

A configuration.xml file.