diff options
author | Brad Ebinger <breadley@google.com> | 2020-04-27 15:44:32 -0700 |
---|---|---|
committer | Brad Ebinger <breadley@google.com> | 2020-04-27 15:44:32 -0700 |
commit | fe6da864da360a339edfb09288483704e87cc76f (patch) | |
tree | c073d11fbcaaf4d309af2c5879de0daf7c984402 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 2b15d71b5812311769bd963b688e06c6017860a8 (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
Test: atest CtsTelephonyTestCases:ImsServiceTest FrameworksTelephonyTests
Change-Id: I39f7192c6f79e215ef989797870f5f501197cd08
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions