Remove tracking SocketException
This could happen normally after repeater is shutdown and the interface was also torn down by the system.
This commit is contained in:
@@ -51,7 +51,6 @@ class RepeaterManager(private val parent: TetheringFragment) : Manager(), Servic
|
||||
return try {
|
||||
NetworkInterface.getByName(p2pInterface ?: return "")?.formatAddresses() ?: ""
|
||||
} catch (e: SocketException) {
|
||||
Timber.w(e)
|
||||
""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user