deleteMonitorLogs

abstract suspend fun deleteMonitorLogs(connection: MockzillaConnectionConfig): Result<Unit>

Deletes all buffered log entries on the device at connection and clears disk-cached body files.

Return

Result.success on success, Result.failure if the request could not be completed.

Parameters

connection

The device to target.