Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Security Exception on Android 5 #66

Open
cazador4 opened this issue Apr 18, 2018 · 0 comments
Open

Security Exception on Android 5 #66

cazador4 opened this issue Apr 18, 2018 · 0 comments

Comments

@cazador4
Copy link

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)

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant