summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorSreeram Ramachandran <sreeram@google.com>2014-11-12 22:31:52 -0800
committerSreeram Ramachandran <sreeram@google.com>2014-11-21 08:07:13 -0800
commit21b5ee3f0e39be4a79bcfb2b79b0529f75f5cb58 (patch)
tree4cab5d1c3150323c137477c0ac5a42784083106f /cmds
parent08229e817ecb67b0c7ebbd6b5b9ce4aef1b38cc2 (diff)
downloadframeworks_base-21b5ee3f0e39be4a79bcfb2b79b0529f75f5cb58.zip
frameworks_base-21b5ee3f0e39be4a79bcfb2b79b0529f75f5cb58.tar.gz
frameworks_base-21b5ee3f0e39be4a79bcfb2b79b0529f75f5cb58.tar.bz2
Eliminate race conditions in UID-based network filtering.
The previous code retrieved information from the legacy tracker multiple times for each user query, leading to race conditions where the info could've changed between the calls. Refactors the handling of legacy data types in ConnectivityService and unifies call paths so that APIs that deal with legacy data types (NetworkInfo and int/networkType) and newer types (such as Network) go through common code paths, using NetworkState to hold all the necessary data pieces. This enables follow-on bug fixes to getActiveNetworkInfo(). The changes are limited to public "query" APIs (those that retrieve some network information or the other). More details about the specific changes and their rationale can be found in the code review thread. Bug: 17460017 Change-Id: I656ee7eddf2b8cace5627036452bb5748043406c
Diffstat (limited to 'cmds')
0 files changed, 0 insertions, 0 deletions