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

This commit is contained in:
Mark Chien
2020-04-22 08:16:20 +00:00
committed by Android (Google) Code Review

View File

@@ -142,7 +142,7 @@ public class OffloadHardwareInterface {
public boolean initOffloadConfig() { public boolean initOffloadConfig() {
IOffloadConfig offloadConfig; IOffloadConfig offloadConfig;
try { try {
offloadConfig = IOffloadConfig.getService(); offloadConfig = IOffloadConfig.getService(true /*retry*/);
} catch (RemoteException e) { } catch (RemoteException e) {
mLog.e("getIOffloadConfig error " + e); mLog.e("getIOffloadConfig error " + e);
return false; return false;