From 5c935348e75f07e33bb7cc4b695737044d866fd8 Mon Sep 17 00:00:00 2001 From: Mygod Date: Sat, 29 Dec 2018 23:01:46 +0800 Subject: [PATCH] Remove logging SecurityExceptions --- .../src/main/java/be/mygod/vpnhotspot/LocalOnlyHotspotService.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/LocalOnlyHotspotService.kt b/mobile/src/main/java/be/mygod/vpnhotspot/LocalOnlyHotspotService.kt index a69df609..fc447a5a 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/LocalOnlyHotspotService.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/LocalOnlyHotspotService.kt @@ -115,7 +115,6 @@ class LocalOnlyHotspotService : IpNeighbourMonitoringService() { // "Caller already has an active LocalOnlyHotspot request" } catch (_: IllegalStateException) { } catch (e: SecurityException) { SmartSnackbar.make(e).show() - Timber.w(e) startFailure() } return START_STICKY