1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1616 Sentry | Mdns error (#271)

This commit is contained in:
Konstantin Ivanov 2023-08-07 16:52:29 +02:00 committed by GitHub
parent d7c0fea015
commit 860ebd87d3
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,6 @@ class ResolveListener(
) : NsdManager.ResolveListener {
override fun onResolveFailed(serviceInfo: NsdServiceInfo, errorCode: Int) {
Timber.e("Mdns discovery resolve failed: $serviceInfo, error: $errorCode")
try {
semaphore.release()
} catch (e: Exception) {