Get device log command

Retrieves the latest tail number of lines from the operating system log on the device. The device log contains valuable data that can help understand execution problems.

Parameters

Name Type Possible values Description

Device ID*

Device

 

The device for this command. By default, this is the device under test (DUT).

Last lines

Number

 

The number of lines to retrieve from the log. This number of lines will be retrieved from the end of the log.

Result variable

String

 

The variable to receive the operating system log.

Comment

String

 

Adds a comment to the script.

On-fail Result

Condition

Ignore | Break | Continue | Abort | Catch

The behavior when the command fails.

* Mandatory parameter