Skip to content

Instantly share code, notes, and snippets.

2016-08-16 (-inf, 0] 28250 77.3%
2016-08-16 [0,87272) 1079 3.0%
2016-08-16 [87272,174544) 529 1.4%
2016-08-16 (86400000,inf) 462 1.3%
2016-08-16 [174544,261816) 184 0.5%
2016-08-16 [261816,349088) 144 0.4%
2016-08-16 [436360,523632) 126 0.3%
2016-08-16 [349088,436360) 126 0.3%
2016-08-16 [698176,785448) 97 0.3%
2016-08-16 [610904,698176) 88 0.2%
java.lang.SecurityException: Permission denied (missing INTERNET permission?)
	at java.net.InetAddress.lookupHostByName(InetAddress.java:418)
	at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
	at java.net.InetAddress.getByName(InetAddress.java:289)
	at com.mixpanel.android.util.HttpService$1.run(HttpService.java:38)
	at java.lang.Thread.run(Thread.java:841)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NODATA (No address associated with hostname)
	at libcore.io.Posix.getaddrinfo(Posix.java)
	at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)