with Logcat Arguments
fun withLogcatArguments(vararg logcatArguments: String): CoreConfigurationBuilder
Content copied to clipboard
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
this instance
Parameters
logcatArguments
arguments to supply if retrieving the log as part of the report.