Merge "Retry the call that fetches the tethering offload HAL."

This commit is contained in:
Treehugger Robot
2020-04-21 14:45:39 +00:00
committed by Gerrit Code Review

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;