diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/net/monitor/TrafficRecorder.kt b/mobile/src/main/java/be/mygod/vpnhotspot/net/monitor/TrafficRecorder.kt index 24c94de9..38d8486f 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/net/monitor/TrafficRecorder.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/net/monitor/TrafficRecorder.kt @@ -109,7 +109,7 @@ object TrafficRecorder { } else -> check(false) } - } catch (e: RuntimeException) { + } catch (e: Exception) { Timber.w(line) Timber.w(e) }