Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 66d049ce authored by Daniel Bright's avatar Daniel Bright
Browse files

Fix concurrency bug w\ all apn list in DcTracker

Concurrency issue was caused by modifications to the all apn
list while being read from within getPreferredApn() on a
thread handler other than dcHandlerThread.  We are now
calling getPreferredApn() on dcHandlerThread and passing the
result to dataConnection.bringUp through ConnectionParams

Test: Accessed internet through mobile and wifi
Test: Popped sim and out while testing data connection
Test: Placed \ Received voice call
Test: Send \ Received sms
Bug: 147260061
Merged-In: I927fd5ac5783d601e21f9c7af508524246bbd699
Change-Id: I927fd5ac5783d601e21f9c7af508524246bbd699
parent 9f0afd7a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment