You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
I have some crashes with android 5 devices...
Of course I have Internet permission on manifest
any idea of what's going on?
Fatal Exception: java.lang.SecurityException: Permission denied (missing INTERNET permission?)
at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
at java.net.InetAddress.getAllByName(InetAddress.java:215)
at java.net.Socket.tryAllAddresses(Socket.java:109)
at java.net.Socket.(Socket.java:178)
at java.net.Socket.(Socket.java:150)
at com.logentries.net.LogentriesClient.connect(LogentriesClient.java:120)
at com.logentries.logger.AsyncLoggingWorker$SocketAppender.openConnection(AsyncLoggingWorker.java:222)
at com.logentries.logger.AsyncLoggingWorker$SocketAppender.reopenConnection(AsyncLoggingWorker.java:236)
at com.logentries.logger.AsyncLoggingWorker$SocketAppender.run(AsyncLoggingWorker.java:304)
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
I have some crashes with android 5 devices...
Of course I have Internet permission on manifest
any idea of what's going on?
Fatal Exception: java.lang.SecurityException: Permission denied (missing INTERNET permission?)
at java.net.InetAddress.lookupHostByName(InetAddress.java:451)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:252)
at java.net.InetAddress.getAllByName(InetAddress.java:215)
at java.net.Socket.tryAllAddresses(Socket.java:109)
at java.net.Socket.(Socket.java:178)
at java.net.Socket.(Socket.java:150)
at com.logentries.net.LogentriesClient.connect(LogentriesClient.java:120)
at com.logentries.logger.AsyncLoggingWorker$SocketAppender.openConnection(AsyncLoggingWorker.java:222)
at com.logentries.logger.AsyncLoggingWorker$SocketAppender.reopenConnection(AsyncLoggingWorker.java:236)
at com.logentries.logger.AsyncLoggingWorker$SocketAppender.run(AsyncLoggingWorker.java:304)
The text was updated successfully, but these errors were encountered: