History log of /frameworks/base/services/core/java/com/android/server/location/GpsXtraDownloader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
619a511d4f5b5cc74b9a8ab853db386489e02e6f 19-Jan-2017 Jeff Sharkey <jsharkey@android.com> StrictMode to detect untagged network traffic.

Network usage is tracked by the kernel at the UID level, which is
granular enough for normal apps, but large components (such as the
system server) are impossible to debug without adding additional
socket tagging to help identify subsystems within a UID.

To help ensure that system components tag all their network traffic,
this change offers a new StrictMode option to detect and report
untagged sockets.

Test: builds, boots, all common traffic tagged
Bug: 30943431, 30414041
Change-Id: I825c7941076054732264690247de2863342638e2
/frameworks/base/services/core/java/com/android/server/location/GpsXtraDownloader.java
36246a43e54503e5be6b52ce9dcb08c8b1388bf5 25-Aug-2016 David Christie <dnchrist@google.com> resolve merge conflicts of 8aaffd9 to nyc-dev

Change-Id: I4b1603b4cb1cdfc01f4842b2facf8c31a687bbe5
6195acc2b55425bb7b0d00fcb9af374d90ee5af9 24-Aug-2016 David Christie <dnchrist@google.com> resolve merge conflicts of a2399b4 to mnc-dev

Change-Id: Ifc9e13cdb047ef70799ba8b1b9e91357ef5f2d2a
a2399b45e28fc1097e4a3b1d7d735241e29a3b4f 24-Aug-2016 David Christie <dnchrist@google.com> resolve merge conflicts of 1081a15 to lmp-mr1-ub-dev

Change-Id: Ic44c577ef364bf81dd1e30b50c71718d4910eb10
288166cbb2c44a9a287f29c87fb59477f6df151e 11-Aug-2016 David Christie <dnchrist@google.com> resolve merge conflicts of b4a5615 to lmp-dev

Change-Id: I1b9ebc398226ead9d7f494c4ac56a7b1d9d6586f
b4a561541614567dcc8fec4ea87e2c05a347375f 11-Aug-2016 David Christie <dnchrist@google.com> Fix vulnerability where large GPS XTRA data can be injected. -Can potentially crash system with OOM. Bug: 29555864 am: dde12c6923
am: 3462e52676

Change-Id: I45779f683b417fe2d3cd4f7702d07a9cd13bd6f0
ac6d896222051ceeb68dcdd4283f3aee18ec1046 01-Aug-2015 destradaa <destradaa@google.com> Add timeout for XTRA data connection.
b/22540683

The timeout in the XTRA data connection prevents it from keeping a
wake-lock held indefinitely if the connection is dropped.

Change-Id: Id14c780ddbcb42f764ae0565765e222013f56ab3
/frameworks/base/services/core/java/com/android/server/location/GpsXtraDownloader.java
08c7116ab9cd04ad6dd3c04aa1017237e7f409ac 28-Feb-2015 John Spurlock <jspurlock@google.com> Remove unused imports in frameworks/base.

Change-Id: I031443de83f93eb57a98863001826671b18f3b17
/frameworks/base/services/core/java/com/android/server/location/GpsXtraDownloader.java
dfdc6acc4809f395b9db2136acc89b6de932a1a5 29-Oct-2014 Andreas Gampe <agampe@google.com> resolved conflicts for merge of 3c8cf51f into stage-aosp-master

Change-Id: I507358be6186c4b8d1968cd4e370afe9fd1a02eb
f86f0e18c3bd0d81fe71445959ecf401cd7d2702 14-Sep-2014 Tsuwei Chen <tsuwei@google.com> Set user agent for XTRA download according to carrier specification.
Bug: 17056380
Change-Id: Iacb90d4780f35fa6875702889d4a5f02610768b7
/frameworks/base/services/core/java/com/android/server/location/GpsXtraDownloader.java
49782e46c0eb85a25ae2abcf80880c48dbab5aea 20-Dec-2013 Amith Yamasani <yamasani@google.com> am 9158825f: Move some system services to separate directories

* commit '9158825f9c41869689d6b1786d7c7aa8bdd524ce':
Move some system services to separate directories
9158825f9c41869689d6b1786d7c7aa8bdd524ce 22-Nov-2013 Amith Yamasani <yamasani@google.com> Move some system services to separate directories

Refactored the directory structure so that services can be optionally
excluded. This is step 1. Will be followed by another change that makes
it possible to remove services from the build.

Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85
/frameworks/base/services/core/java/com/android/server/location/GpsXtraDownloader.java