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

Commit e6ddfcd3 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

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