Remove logging SecurityExceptions

This commit is contained in:
Mygod
2018-12-29 23:01:46 +08:00
parent 5fc67d4249
commit 5c935348e7

View File

@@ -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