class DebugLogClient : TelemetryClient
(source)
This client just prints pings to logcat instead of uploading them. Therefore this client is only useful for debugging purposes.
DebugLogClient(tag: String)
This client just prints pings to logcat instead of uploading them. Therefore this client is only useful for debugging purposes. |
fun uploadPing(configuration: TelemetryConfiguration, path: String, serializedPing: String): Boolean |