about strange "gstatic.com" access in Android M

535 views
Skip to first unread message

Andy Quan

unread,
Dec 14, 2015, 10:31:22 AM12/14/15
to android-platform
Hi all,
I am doing some debugging jobs on Android M version. And I find there is secret data access to "216.58.xxx.xxx" once every few minutes from my device. This IP seems to be Google related. But I have not installed any GMS thing on my device. That means my device is a pure native Android M phone.

It seems this communication is from system_server. Anyone here has any idea what this is? I have not seen this previously on Android L.


busybox netstat -ntp

Active Internet connections (w/o servers)

Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name

tcp 0 0 ::ffff:10.75.54.193%385044:60899 ::ffff:54.230.215.101%4384144:80 ESTABLISHED 1282/system_server

tcp 0 0 ::ffff:10.75.54.193%385044:43037 ::ffff:216.58.221.46%4407184:80 FIN_WAIT2 -

tcp 0 0 ::ffff:10.75.54.193%385044:42181 ::ffff:216.58.221.46%4407568:80 ESTABLISHED 1282/system_server

tcp 0 0 ::ffff:10.75.54.193%385044:50615 ::ffff:216.58.221.46%4407776:80 FIN_WAIT2 -


--
Thanks,
Andy

Jean-Baptiste Queru

unread,
Dec 14, 2015, 10:45:19 AM12/14/15
to android-platform, Andy Quan
Are you sure it's not trying to access the generate_204 URI that is used by the WiFi system to detect whether the device is behind a captive portal?

JBQ

--
Jean-Baptiste M. "JBQ" Quéru
Mobile Excellence Pundit
Architect, Mobile, Yahoo
Sent from the Yahoo Mail app
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-platfo...@googlegroups.com.
To post to this group, send email to android-...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-platform.
For more options, visit https://groups.google.com/d/optout.

Andy Quan

unread,
Dec 15, 2015, 10:05:10 AM12/15/15
to Jean-Baptiste Queru, android-platform
Hi JBQ,
Thank you for your reply. Would you please advise how to recognize this "generate_204"? Or more description? Actually this problem is also found when cellular path is used only.
--
Thanks,
Andy

Diogo Ferreira

unread,
Dec 16, 2015, 1:37:36 AM12/16/15
to android-...@googlegroups.com, Jean-Baptiste Queru
Hi,

In addition to the captive portal, this is part of the connection liveness check. Check frameworks/base/services/core/java/com/android/server/connectivity/NetworkMonitor.java.

Diogo

Andy Quan

unread,
Dec 22, 2015, 3:11:47 AM12/22/15
to android-platform, Jean-Baptiste Queru
Diogo, thank you for your help.
Reply all
Reply to author
Forward
0 new messages