setKeepMinimumSeconds

external fun setKeepMinimumSeconds(value: Long, deleteOlder: Boolean)

Will not delete any record if this threshold is not reached. After the threshold is reached the oldest recording will be deleted if there is no space left on the device.

Parameters

value

The desired value.

deleteOlder

Older logs that exceeds minimum kept seconds threshold should be deleted. Default: false.