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

Commit 1794d055 authored by Mark Chien's avatar Mark Chien Committed by Android (Google) Code Review
Browse files

Merge "Retry the call that fetches the tethering offload HAL." into rvc-dev

parents 72a0aa05 d07c007d
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;