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

Commit 3aadfcdb 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 am: 1794d055

Change-Id: I6f290f13edb540aeda3a9a1f3395234a50ac78b3
parents dd132dfd 1794d055
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;