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

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