diff options
author | Tobias Thierer <tobiast@google.com> | 2019-03-22 11:15:44 +0000 |
---|---|---|
committer | Tobias Thierer <tobiast@google.com> | 2019-04-02 22:01:33 +0100 |
commit | dc9f4b4d5d28fc68b1b5e4e8500bf67d4b11621d (patch) | |
tree | 7295cefc9d1961202c30d2144144dc3c7f90a8f9 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 1423684d1afbc5bb9b15d270ba5f87f5544d8ac7 (diff) |
Revert "MediaHTTPConnection: move connection states into an inner class"
This reverts commit 621e7968adf0253d5e22406f02ccc8bcc0eda5ec.
Many of the fields that were moved are annotated @UnsupportedAppUsage,
so the CL would have had undesirable app compat impact. Further,
because investigation has revealed that lock contention *is* possible,
we need to always acquire the lock anyway so there is no longer a
benefit in keeping all of the mutable state in a single field that
can be atomically set to null.
Test: Treehugger
Change-Id: I202c5653cb086d99228491e161a159bad640105a
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions