summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorChalard Jean <jchalard@google.com>2018-05-23 09:07:51 +0900
committerChalard Jean <jchalard@google.com>2018-05-23 10:48:02 +0900
commitc4f53ba3c639f222aa8dba1e4a287af6430bd8cb (patch)
tree75d0c690741a0996bc615f3264a3654264981162 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent6433ac13bd3520781d7c5a5ba698f59acf8083c4 (diff)
Fix a ConcurrentModificationException crash.
This is a pinpoint fix against the bug listed below. While a client is synchronously reading the LinkProperties of a network, the ConnectivityServiceThread is updating its properties. Make sure that update is done atomically. This is a stopgap countermeasure against a problem that is pervasive with usage of LinkProperties, but fixing the problem itself will happen later. Bug: 80077223 Test: runtest frameworks-net Change-Id: I9302f8fb5303cb39aa82691d4f6d7f38707a41fa
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions