summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorChalard Jean <jchalard@google.com>2019-11-05 15:10:49 +0900
committerChalard Jean <jchalard@google.com>2019-11-20 20:32:45 +0900
commitcf904235f66c8e442abbf24b4d55c5d67e99d9bf (patch)
tree64bc8d3b48b84e7392198d95b834691671236f05 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent686025951fac66089cd563ee0e57dcaea19f687a (diff)
[NS A03] Remove mNetworkForRequestId
The goal of doing this is to remove the locks. Locking imposes an ordering that is parallel to the program sequence ; often it is what is needed, but the refactoring in progress needs to change the traversal order of the requests without having observable side-effects (or at least, very controlled ones). The order is difficult enough to maintain when there is only one. In this case, it is easy to remove the locks, and it will simplify vastly the complexity of the refactoring by removing the parallel ordering that would have to be maintained. Bug: 113554781 Test: ConnectivityServiceTest Change-Id: Ie4ae6a97053559e6cbac8230f2db3d35000b35a9
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions