Merge "Retry the call that fetches the tethering offload HAL." into rvc-dev am: 1794d0559d am: ef5c55fa7a am: d66f6ded9d

Change-Id: I5c3c4f4092d3c69813f68bf43347ef59d3525fc8
This commit is contained in:
Mark Chien
2020-04-22 09:01:46 +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;