Suppress interface gone exceptions
This commit is contained in:
@@ -97,7 +97,7 @@ abstract class RoutingManager(private val caller: Any, val downstream: String, p
|
||||
true
|
||||
} catch (e: Exception) {
|
||||
when (e) {
|
||||
is Routing.InterfaceNotFoundException -> Timber.i(e)
|
||||
is Routing.InterfaceNotFoundException -> Timber.d(e)
|
||||
!is CancellationException -> Timber.w(e)
|
||||
}
|
||||
SmartSnackbar.make(e).show()
|
||||
|
||||
Reference in New Issue
Block a user