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

Commit 16846b90 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 am: ddf187f6 am: e6ddfcd3

Change-Id: Ibc30ce040702e7924c8902de8cfe3f6f56e35977
parents 352257a0 e6ddfcd3
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;