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

Commit ddf187f6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Retry the call that fetches the tethering offload HAL." am: 094eafd4...

Merge "Retry the call that fetches the tethering offload HAL." am: 094eafd4 am: 4664c003 am: 01ae289b

Change-Id: Ic6cf3e1cbc77eb4afe7d2b9a7238bd2b8c6eb379
parents 5139392a 01ae289b
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;