commit | 7ddbbfc36b2559763b9b61c7734e71075e669675 | [log] [tgz] |
---|---|---|
author | Mengjun Leng <quic_mengju@quicinc.com> | Thu Aug 17 11:53:32 2023 +0530 |
committer | Mengjun Leng <quic_mengju@quicinc.com> | Mon Aug 21 08:50:22 2023 +0530 |
tree | f2c83ac0928164a1bce5bc3495729fcb649c5ed7 | |
parent | 361438bdc16802ef1b3af677472ae09580e7e87a [diff] |
Fix unlock sim thread leak The class UnlockSim will be created for each request without the same instance reuse, but the looper won't be quitted after complete. To fix it, quit its looper after supply pin is finished. Test: Manual and atest FrameworksTelephonyTests Bug: 296322144 Change-Id: I4fea4321738edab284bf1146011c7719bc475649