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

Commit d66f6ded authored by Mark Chien's avatar Mark Chien Committed by Automerger Merge Worker
Browse files

Merge "Retry the call that fetches the tethering offload HAL." into rvc-dev...

Merge "Retry the call that fetches the tethering offload HAL." into rvc-dev am: 1794d055 am: 3aadfcdb

Change-Id: Ib27c71d64ddd9fb17fa3ca785cc1c3f2fa171cf7
parents 0f389af3 3aadfcdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ public class OffloadHardwareInterface {
    public boolean initOffloadConfig() {
        IOffloadConfig offloadConfig;
        try {
            offloadConfig = IOffloadConfig.getService();
            offloadConfig = IOffloadConfig.getService(true /*retry*/);
        } catch (RemoteException e) {
            mLog.e("getIOffloadConfig error " + e);
            return false;