Merge "Retry the call that fetches the tethering offload HAL." am: 70ad9d4161
Change-Id: I55db0f2bf111558dff4ec3bdd6698dc97c849e1c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user