Merge "Retry the call that fetches the tethering offload HAL." am: 70ad9d4161 am: 9a3b6faf37 am: a533866d24 am: 16148b2b2c

Change-Id: Id002866c428b7b88742c5e8bd501594108de86e3
This commit is contained in:
Treehugger Robot
2020-04-21 15:53:48 +00:00
committed by Automerger Merge Worker

View File

@@ -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;