Remove logging SecurityExceptions
This commit is contained in:
@@ -115,7 +115,6 @@ class LocalOnlyHotspotService : IpNeighbourMonitoringService() {
|
|||||||
// "Caller already has an active LocalOnlyHotspot request"
|
// "Caller already has an active LocalOnlyHotspot request"
|
||||||
} catch (_: IllegalStateException) { } catch (e: SecurityException) {
|
} catch (_: IllegalStateException) { } catch (e: SecurityException) {
|
||||||
SmartSnackbar.make(e).show()
|
SmartSnackbar.make(e).show()
|
||||||
Timber.w(e)
|
|
||||||
startFailure()
|
startFailure()
|
||||||
}
|
}
|
||||||
return START_STICKY
|
return START_STICKY
|
||||||
|
|||||||
Reference in New Issue
Block a user