logcatArguments

abstract fun logcatArguments(): Array<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 EVENTSLOG and RADIOLOG in 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.