summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorjunyulai <junyulai@google.com>2019-08-30 16:44:45 +0800
committerjunyulai <junyulai@google.com>2019-08-30 19:56:59 +0800
commit465088ed2f4591d08738b2306f213c5149b3484b (patch)
tree3f3567edd272a016e77f6660f649dfffec4805e3 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parentbef5d2165d7b5bc0e62c4e3dc60330f9dbbe3add (diff)
Fix LockdownVpnTracker deadlock when resetting legacy Always-On VPN
When resetting legacy Always-On VPN, the intent is handled by main thread. And it will also initialize VPN shutdown process, which will cause networkInfo changed event on ConnectivityService internal thread. These two events need to hold their corresponding lock and ask for the other one, which causes the deadlock. This patch move the event handling to the same thread to prevent such deadlock, and cleanup some unused variables. Change-Id: I5b656c0d0381acb4e33409a11f502db9b180296c Fix: 139122208 Test: atest FrameworksNetTests, manual test
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions