logcatArguments

var logcatArguments: Array<out String>

Arguments to be passed to the logcat command line. Default is { "-t", "100", "-v", "time" } for:

logcat -t 100 -v time

Do not include -b arguments for buffer selection, include {@link ReportField#EVENTSLOG} and {@link ReportField#RADIOLOG} in {@link #reportContent()} to activate alternative logcat buffers reporting. They will use the same other arguments as those provided here.

See Listing of logcat Command Options.

Return

arguments to supply if retrieving the log as part of the report.