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

Commit 4664c003 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

Change-Id: I55db0f2bf111558dff4ec3bdd6698dc97c849e1c
parents 236f2019 094eafd4
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;