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

Change-Id: I6f290f13edb540aeda3a9a1f3395234a50ac78b3
This commit is contained in:
Mark Chien
2020-04-22 08:32:41 +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;