android-components / org.mozilla.telemetry.net / DebugLogClient

DebugLogClient

class DebugLogClient : TelemetryClient (source)

This client just prints pings to logcat instead of uploading them. Therefore this client is only useful for debugging purposes.

Constructors

<init>

DebugLogClient(tag: String)

This client just prints pings to logcat instead of uploading them. Therefore this client is only useful for debugging purposes.

Functions

uploadPing

fun uploadPing(configuration: TelemetryConfiguration, path: String, serializedPing: String): Boolean