diff options
author | Brad Ebinger <breadley@google.com> | 2020-04-27 15:44:32 -0700 |
---|---|---|
committer | Brad Ebinger <breadley@google.com> | 2020-05-26 15:52:09 -0700 |
commit | 3c1c15c9a20fc7c4e9c44b5ae4b253b53736e577 (patch) | |
tree | ebb0f53c4ca3a0572146b38b293bdcaf20d622a2 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | a26485fa50b6be4ec0c4943155cf4540e62e18d4 (diff) |
Fix possible deadlock in incoming call
When notifying the framework of an incoming call, a lock is held
in both the MmTelFeature and MmTelFeatureConnection. This can cause
a deadlock if the MmTelFeatureConnection is also processing an
event, such as sending/acknowleging an SMS message.
Remove the lock around the listener methods to the framework, since
it is not needed.
Bug: 155083563
Fixes: 155819733
Test: atest CtsTelephonyTestCases:ImsServiceTest FrameworksTelephonyTests
Change-Id: I39f7192c6f79e215ef989797870f5f501197cd08
Merged-In: I39f7192c6f79e215ef989797870f5f501197cd08
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions